Package com.biglybt.core.tag
Interface TagFeature
-
- All Known Subinterfaces:
TagDownload
,TagFeatureExecOnAssign
,TagFeatureRateLimit
,TagFeatureRunState
,TagPeer
- All Known Implementing Classes:
CategoryImpl
,GlobalManagerImpl.DownloadStateTagger.MyTag
,SpeedLimitHandler.PeerSet.TagPeerImpl
,TagDownloadWithState
public interface TagFeature
-
-
Field Summary
Fields Modifier and Type Field Description static int
TF_EXEC_ON_ASSIGN
static int
TF_FILE_LOCATION
static int
TF_LIMITS
static int
TF_NONE
static int
TF_NOTIFICATIONS
static int
TF_PROPERTIES
static int
TF_RATE_LIMIT
static int
TF_RSS_FEED
static int
TF_RUN_STATE
static int
TF_XCODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tag
getTag()
-
-
-
Field Detail
-
TF_NONE
static final int TF_NONE
- See Also:
- Constant Field Values
-
TF_RATE_LIMIT
static final int TF_RATE_LIMIT
- See Also:
- Constant Field Values
-
TF_RSS_FEED
static final int TF_RSS_FEED
- See Also:
- Constant Field Values
-
TF_RUN_STATE
static final int TF_RUN_STATE
- See Also:
- Constant Field Values
-
TF_XCODE
static final int TF_XCODE
- See Also:
- Constant Field Values
-
TF_FILE_LOCATION
static final int TF_FILE_LOCATION
- See Also:
- Constant Field Values
-
TF_PROPERTIES
static final int TF_PROPERTIES
- See Also:
- Constant Field Values
-
TF_EXEC_ON_ASSIGN
static final int TF_EXEC_ON_ASSIGN
- See Also:
- Constant Field Values
-
TF_LIMITS
static final int TF_LIMITS
- See Also:
- Constant Field Values
-
TF_NOTIFICATIONS
static final int TF_NOTIFICATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTag
Tag getTag()
-
-