Class VuzeFileImpl.comp
java.lang.Object
com.biglybt.core.vuzefile.VuzeFileImpl.comp
- All Implemented Interfaces:
VuzeFileComponent
- Enclosing class:
VuzeFileImpl
-
Field Summary
FieldsFields inherited from interface VuzeFileComponent
COMP_TYPE_ADD_TORRENT, COMP_TYPE_CONFIG_SETTINGS, COMP_TYPE_CONTENT_NETWORK, COMP_TYPE_CUSTOMIZATION, COMP_TYPE_DEVICE, COMP_TYPE_METASEARCH_OPERATION, COMP_TYPE_METASEARCH_TEMPLATE, COMP_TYPE_NONE, COMP_TYPE_PLUGIN, COMP_TYPE_SUBSCRIPTION, COMP_TYPE_SUBSCRIPTION_SINGLETON, COMP_TYPE_TAG, COMP_TYPE_TRACKER_TEMPLATE, COMP_TYPE_V3_CONDITION_CHECK, COMP_TYPE_V3_NAVIGATION -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
private final int type -
contents
-
processed
private boolean processed -
user_data
-
-
Constructor Details
-
comp
-
-
Method Details
-
getType
public int getType()- Specified by:
getTypein interfaceVuzeFileComponent
-
getTypeName
- Specified by:
getTypeNamein interfaceVuzeFileComponent
-
getContent
- Specified by:
getContentin interfaceVuzeFileComponent
-
setProcessed
public void setProcessed()- Specified by:
setProcessedin interfaceVuzeFileComponent
-
isProcessed
public boolean isProcessed()- Specified by:
isProcessedin interfaceVuzeFileComponent
-
setData
- Specified by:
setDatain interfaceVuzeFileComponent
-
getData
- Specified by:
getDatain interfaceVuzeFileComponent
-