Package com.biglybt.core.tag
Interface TagFeatureProperties
-
- All Known Subinterfaces:
TagDownload
- All Known Implementing Classes:
CategoryImpl
,GlobalManagerImpl.DownloadStateTagger.MyTag
,TagDownloadWithState
public interface TagFeatureProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TagFeatureProperties.TagProperty
static interface
TagFeatureProperties.TagPropertyListener
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PR_CONSTRAINT
static java.lang.String
PR_TRACKER_TEMPLATES
static java.lang.String
PR_TRACKERS
static java.lang.String
PR_UNTAGGED
static int
PT_BOOLEAN
static int
PT_LONG
static int
PT_STRING_LIST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagFeatureProperties.TagProperty
getProperty(java.lang.String name)
TagFeatureProperties.TagProperty[]
getSupportedProperties()
-
-
-
Field Detail
-
PR_TRACKERS
static final java.lang.String PR_TRACKERS
- See Also:
- Constant Field Values
-
PR_UNTAGGED
static final java.lang.String PR_UNTAGGED
- See Also:
- Constant Field Values
-
PR_TRACKER_TEMPLATES
static final java.lang.String PR_TRACKER_TEMPLATES
- See Also:
- Constant Field Values
-
PR_CONSTRAINT
static final java.lang.String PR_CONSTRAINT
- See Also:
- Constant Field Values
-
PT_STRING_LIST
static final int PT_STRING_LIST
- See Also:
- Constant Field Values
-
PT_BOOLEAN
static final int PT_BOOLEAN
- See Also:
- Constant Field Values
-
PT_LONG
static final int PT_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedProperties
TagFeatureProperties.TagProperty[] getSupportedProperties()
-
getProperty
TagFeatureProperties.TagProperty getProperty(java.lang.String name)
-
-