public interface PluginApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
PluginApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable() |
PluginInfo |
get() |
void |
reload() |
PluginInfo get() throws RestApiException
RestApiExceptionvoid enable()
throws RestApiException
RestApiExceptionvoid disable()
throws RestApiException
RestApiExceptionvoid reload()
throws RestApiException
RestApiException