Package kos.api
Interface ConfigurationPlugin
-
public interface ConfigurationPluginAllows 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 Modifier and Type Method Description voidconfigure(MutableKosConfiguration kosConfiguration)
-
-
-
Method Detail
-
configure
void configure(MutableKosConfiguration kosConfiguration)
-
-