Interface PluginApi
- All Known Implementing Classes:
- PluginApi.NotImplemented
public interface PluginApi
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface.
- 
Method Summary
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
enable- Throws:
- RestApiException
 
- 
disable- Throws:
- RestApiException
 
- 
reload- Throws:
- RestApiException
 
 
-