com.aelitis.azureus.core.custom
Interface Customization
- All Known Implementing Classes: 
 - CustomizationImpl
 
public interface Customization
 
 
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
 
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