com.aelitis.azureus.core.custom
Interface Customization

All Known Implementing Classes:
CustomizationImpl

public interface Customization


Field Summary
static String RT_CNETWORKS
           
static String RT_META_SEARCH_TEMPLATES
           
static String RT_SUBSCRIPTIONS
           
 
Method Summary
 void exportToVuzeFile(File file)
           
 String getName()
           
 Object getProperty(String name)
           
 InputStream getResource(String resource_name)
           
 InputStream[] getResources(String resource_name)
           
 String getVersion()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 

Field Detail

RT_META_SEARCH_TEMPLATES

static final String RT_META_SEARCH_TEMPLATES
See Also:
Constant Field Values

RT_SUBSCRIPTIONS

static final String RT_SUBSCRIPTIONS
See Also:
Constant Field Values

RT_CNETWORKS

static final String RT_CNETWORKS
See Also:
Constant Field Values
Method Detail

getName

String getName()

getVersion

String getVersion()

getProperty

Object getProperty(String name)

isActive

boolean isActive()

setActive

void setActive(boolean active)

getResource

InputStream getResource(String resource_name)

getResources

InputStream[] getResources(String resource_name)

exportToVuzeFile

void exportToVuzeFile(File file)
                      throws CustomizationException
Throws:
CustomizationException