Interface PluginApi
- 
- All Known Implementing Classes:
- PluginApi.NotImplemented
 
 public interface PluginApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classPluginApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()voidenable()PluginInfoget()voidreload()
 
- 
- 
- 
Method Detail- 
getPluginInfo get() throws RestApiException - Throws:
- RestApiException
 
 - 
enablevoid enable() throws RestApiException- Throws:
- RestApiException
 
 - 
disablevoid disable() throws RestApiException- Throws:
- RestApiException
 
 - 
reloadvoid reload() throws RestApiException- Throws:
- RestApiException
 
 
- 
 
-