Package com.biglybt.core.custom
Interface Customization
- All Known Implementing Classes:
CustomizationImpl
public interface Customization
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
exportToVuzeFile
(File file) getName()
getProperty
(String name) getResource
(String resource_name) getResources
(String resource_name) boolean
isActive()
void
setActive
(boolean active)
-
Field Details
-
RT_META_SEARCH_TEMPLATES
- See Also:
-
RT_SUBSCRIPTIONS
- See Also:
-
-
Method Details
-
getName
String getName() -
getVersion
String getVersion() -
getProperty
-
isActive
boolean isActive() -
setActive
void setActive(boolean active) -
getResource
-
getResources
-
exportToVuzeFile
- Throws:
CustomizationException
-