Package com.biglybt.core.vuzefile
Interface VuzeFileComponent
-
- All Known Implementing Classes:
VuzeFileImpl.comp
public interface VuzeFileComponent
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMP_TYPE_ADD_TORRENT
static int
COMP_TYPE_CONFIG_SETTINGS
static int
COMP_TYPE_CONTENT_NETWORK
static int
COMP_TYPE_CUSTOMIZATION
static int
COMP_TYPE_DEVICE
static int
COMP_TYPE_METASEARCH_OPERATION
static int
COMP_TYPE_METASEARCH_TEMPLATE
static int
COMP_TYPE_NONE
static int
COMP_TYPE_PLUGIN
static int
COMP_TYPE_SUBSCRIPTION
static int
COMP_TYPE_SUBSCRIPTION_SINGLETON
static int
COMP_TYPE_TAG
static int
COMP_TYPE_TRACKER_TEMPLATE
static int
COMP_TYPE_V3_CONDITION_CHECK
static int
COMP_TYPE_V3_NAVIGATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map
getContent()
java.lang.Object
getData(java.lang.Object key)
int
getType()
java.lang.String
getTypeName()
boolean
isProcessed()
void
setData(java.lang.Object key, java.lang.Object value)
void
setProcessed()
-
-
-
Field Detail
-
COMP_TYPE_NONE
static final int COMP_TYPE_NONE
- See Also:
- Constant Field Values
-
COMP_TYPE_METASEARCH_TEMPLATE
static final int COMP_TYPE_METASEARCH_TEMPLATE
- See Also:
- Constant Field Values
-
COMP_TYPE_V3_NAVIGATION
static final int COMP_TYPE_V3_NAVIGATION
- See Also:
- Constant Field Values
-
COMP_TYPE_V3_CONDITION_CHECK
static final int COMP_TYPE_V3_CONDITION_CHECK
- See Also:
- Constant Field Values
-
COMP_TYPE_PLUGIN
static final int COMP_TYPE_PLUGIN
- See Also:
- Constant Field Values
-
COMP_TYPE_SUBSCRIPTION
static final int COMP_TYPE_SUBSCRIPTION
- See Also:
- Constant Field Values
-
COMP_TYPE_SUBSCRIPTION_SINGLETON
static final int COMP_TYPE_SUBSCRIPTION_SINGLETON
- See Also:
- Constant Field Values
-
COMP_TYPE_CUSTOMIZATION
static final int COMP_TYPE_CUSTOMIZATION
- See Also:
- Constant Field Values
-
COMP_TYPE_CONTENT_NETWORK
static final int COMP_TYPE_CONTENT_NETWORK
- See Also:
- Constant Field Values
-
COMP_TYPE_METASEARCH_OPERATION
static final int COMP_TYPE_METASEARCH_OPERATION
- See Also:
- Constant Field Values
-
COMP_TYPE_DEVICE
static final int COMP_TYPE_DEVICE
- See Also:
- Constant Field Values
-
COMP_TYPE_CONFIG_SETTINGS
static final int COMP_TYPE_CONFIG_SETTINGS
- See Also:
- Constant Field Values
-
COMP_TYPE_ADD_TORRENT
static final int COMP_TYPE_ADD_TORRENT
- See Also:
- Constant Field Values
-
COMP_TYPE_TAG
static final int COMP_TYPE_TAG
- See Also:
- Constant Field Values
-
COMP_TYPE_TRACKER_TEMPLATE
static final int COMP_TYPE_TRACKER_TEMPLATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
int getType()
-
getTypeName
java.lang.String getTypeName()
-
getContent
java.util.Map getContent()
-
setProcessed
void setProcessed()
-
isProcessed
boolean isProcessed()
-
setData
void setData(java.lang.Object key, java.lang.Object value)
-
getData
java.lang.Object getData(java.lang.Object key)
-
-