org.gudy.azureus2.plugins.utils
Interface FeatureManager
- All Known Implementing Classes:
- UtilitiesImpl
public interface FeatureManager
getLicences
FeatureManager.Licence[] getLicences()
createLicences
FeatureManager.Licence[] createLicences(String[] feature_ids)
throws PluginException
- Throws:
PluginException
addLicence
FeatureManager.Licence addLicence(String licence_key)
throws PluginException
- Throws:
PluginException
getFeatureDetails
FeatureManager.FeatureDetails[] getFeatureDetails(String feature_id)
isFeatureInstalled
boolean isFeatureInstalled(String feature_id)
refreshLicences
void refreshLicences()
registerFeatureEnabler
void registerFeatureEnabler(FeatureManager.FeatureEnabler enabler)
unregisterFeatureEnabler
void unregisterFeatureEnabler(FeatureManager.FeatureEnabler enabler)
addListener
void addListener(FeatureManager.FeatureManagerListener listener)
removeListener
void removeListener(FeatureManager.FeatureManagerListener listener)