Package com.biglybt.core.tag
Interface TagFeatureLimits
-
- All Known Subinterfaces:
TagDownload
- All Known Implementing Classes:
CategoryImpl
,GlobalManagerImpl.DownloadStateTagger.MyTag
,TagDownloadWithState
public interface TagFeatureLimits
-
-
Field Summary
Fields Modifier and Type Field Description static int
OP_ADDED_TO_VUZE
static int
OP_ADED_TO_TAG
static int
OP_DEFAULT
static int
RS_ARCHIVE
static int
RS_DEFAULT
static int
RS_DELETE_FROM_COMPUTER
static int
RS_MOVE_TO_OLD_TAG
static int
RS_NONE
static int
RS_REMOVE_FROM_LIBRARY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaximumTaggables()
int
getOrdering()
int
getRemovalStrategy()
void
setMaximumTaggables(int max)
void
setOrdering(int id)
void
setRemovalStrategy(int id)
-
-
-
Field Detail
-
RS_NONE
static final int RS_NONE
- See Also:
- Constant Field Values
-
RS_ARCHIVE
static final int RS_ARCHIVE
- See Also:
- Constant Field Values
-
RS_REMOVE_FROM_LIBRARY
static final int RS_REMOVE_FROM_LIBRARY
- See Also:
- Constant Field Values
-
RS_DELETE_FROM_COMPUTER
static final int RS_DELETE_FROM_COMPUTER
- See Also:
- Constant Field Values
-
RS_MOVE_TO_OLD_TAG
static final int RS_MOVE_TO_OLD_TAG
- See Also:
- Constant Field Values
-
RS_DEFAULT
static final int RS_DEFAULT
- See Also:
- Constant Field Values
-
OP_ADDED_TO_VUZE
static final int OP_ADDED_TO_VUZE
- See Also:
- Constant Field Values
-
OP_ADED_TO_TAG
static final int OP_ADED_TO_TAG
- See Also:
- Constant Field Values
-
OP_DEFAULT
static final int OP_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaximumTaggables
int getMaximumTaggables()
-
setMaximumTaggables
void setMaximumTaggables(int max)
-
getRemovalStrategy
int getRemovalStrategy()
-
setRemovalStrategy
void setRemovalStrategy(int id)
- Parameters:
id
-RS_NONE
,RS_ARCHIVE
,RS_REMOVE_FROM_LIBRARY
,RS_DELETE_FROM_COMPUTER
,RS_MOVE_TO_OLD_TAG
-
getOrdering
int getOrdering()
-
setOrdering
void setOrdering(int id)
-
-