Package kos.api
Interface Plugin
-
- All Known Implementing Classes:
ValidationPlugin
public interface PluginAllows external plugins to configures Kos. To enable your plugin, make sure you have exposed it using standard JDK Service Loader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigure(MutableKosContext kosConfiguration)default intpriority()
-
-
-
Method Detail
-
priority
default int priority()
-
configure
void configure(MutableKosContext kosConfiguration)
-
-