Package com.biglybt.core.tag
Interface TagFeatureExecOnAssign
- All Superinterfaces:
TagFeature
- All Known Subinterfaces:
TagDownload
- All Known Implementing Classes:
CategoryImpl
,GlobalManagerImpl.DownloadStateTagger.MyTag
,SpeedLimitHandler.PeerSet.TagPeerImpl
,TagDownloadWithState
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int[]
Fields inherited from interface com.biglybt.core.tag.TagFeature
TF_EXEC_ON_ASSIGN, TF_FILE_LOCATION, TF_LIMITS, TF_NONE, TF_NOTIFICATIONS, TF_PROPERTIES, TF_RATE_LIMIT, TF_RSS_FEED, TF_RUN_STATE, TF_XCODE
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
isActionEnabled
(int action) boolean
void
setActionEnabled
(int action, boolean enabled) void
setActionScript
(String script) void
setPostMessageChannel
(String chat) void
setTagAssigns
(List<Tag> tags) void
setTagRemoves
(List<Tag> tags) boolean
supportsAction
(int action) Methods inherited from interface com.biglybt.core.tag.TagFeature
getTag
-
Field Details
-
ACTION_NONE
static final int ACTION_NONE- See Also:
-
ACTION_DESTROY
static final int ACTION_DESTROY- See Also:
-
ACTION_START
static final int ACTION_START- See Also:
-
ACTION_STOP
static final int ACTION_STOP- See Also:
-
ACTION_FORCE_START
static final int ACTION_FORCE_START- See Also:
-
ACTION_NOT_FORCE_START
static final int ACTION_NOT_FORCE_START- See Also:
-
ACTION_SCRIPT
static final int ACTION_SCRIPT- See Also:
-
ACTION_PAUSE
static final int ACTION_PAUSE- See Also:
-
ACTION_RESUME
static final int ACTION_RESUME- See Also:
-
ACTION_APPLY_OPTIONS_TEMPLATE
static final int ACTION_APPLY_OPTIONS_TEMPLATE- See Also:
-
ACTION_POST_MAGNET_URI
static final int ACTION_POST_MAGNET_URI- See Also:
-
ACTION_MOVE_INIT_SAVE_LOC
static final int ACTION_MOVE_INIT_SAVE_LOC- See Also:
-
ACTION_ASSIGN_TAGS
static final int ACTION_ASSIGN_TAGS- See Also:
-
ACTION_HOST
static final int ACTION_HOST- See Also:
-
ACTION_PUBLISH
static final int ACTION_PUBLISH- See Also:
-
ACTION_REMOVE_TAGS
static final int ACTION_REMOVE_TAGS- See Also:
-
ACTION_QUEUE
static final int ACTION_QUEUE- See Also:
-
ACTION_BAN
static final int ACTION_BAN- See Also:
-
ACTIONS
static final int[] ACTIONS
-
-
Method Details
-
getSupportedActions
int getSupportedActions() -
supportsAction
boolean supportsAction(int action) -
isAnyActionEnabled
boolean isAnyActionEnabled() -
isActionEnabled
boolean isActionEnabled(int action) -
setActionEnabled
void setActionEnabled(int action, boolean enabled) -
getActionScript
String getActionScript() -
setActionScript
-
getOptionsTemplateHandler
TagFeatureExecOnAssign.OptionsTemplateHandler getOptionsTemplateHandler() -
getTagAssigns
-
setTagAssigns
-
getTagRemoves
-
setTagRemoves
-
getPostMessageChannel
String getPostMessageChannel() -
setPostMessageChannel
-
getEOAString
String getEOAString()
-