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
RestApiException
void enable() throws RestApiException
RestApiException
void disable() throws RestApiException
RestApiException
void reload() throws RestApiException
RestApiException