com.aelitis.azureus.core.tag
Interface TagFeatureProperties

All Known Subinterfaces:
TagDownload
All Known Implementing Classes:
CategoryImpl, TagDownloadWithState

public interface TagFeatureProperties


Nested Class Summary
static interface TagFeatureProperties.TagProperty
           
static interface TagFeatureProperties.TagPropertyListener
           
 
Field Summary
static String PR_CONSTRAINT
           
static String PR_TRACKER_TEMPLATES
           
static String PR_TRACKERS
           
static String PR_UNTAGGED
           
static int PT_BOOLEAN
           
static int PT_LONG
           
static int PT_STRING_LIST
           
 
Method Summary
 TagFeatureProperties.TagProperty getProperty(String name)
           
 TagFeatureProperties.TagProperty[] getSupportedProperties()
           
 

Field Detail

PR_TRACKERS

static final String PR_TRACKERS
See Also:
Constant Field Values

PR_UNTAGGED

static final String PR_UNTAGGED
See Also:
Constant Field Values

PR_TRACKER_TEMPLATES

static final String PR_TRACKER_TEMPLATES
See Also:
Constant Field Values

PR_CONSTRAINT

static final 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(String name)