Package kos.api

Interface Plugin

All Known Implementing Classes:
ValidationPlugin

public interface Plugin
Allows external plugins to configures Kos. To enable your plugin, make sure you have exposed it using standard JDK Service Loader.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(MutableKosContext kosConfiguration)
     
    default int
     
  • Method Details

    • priority

      default int priority()
    • configure

      void configure(MutableKosContext kosConfiguration)