Uses of Interface
kos.api.Plugin
-
Packages that use Plugin Package Description kos.api kos.core.validation -
-
Uses of Plugin in kos.api
Fields in kos.api with type parameters of type Plugin Modifier and Type Field Description private Iterable<Plugin>PluginExposedServicesLoader. loadedServicesMethods in kos.api that return types with arguments of type Plugin Modifier and Type Method Description Class<Plugin>PluginExposedServicesLoader. getExposedType()Iterable<Plugin>PluginExposedServicesLoader. load(injector.Injector context) -
Uses of Plugin in kos.core.validation
Classes in kos.core.validation that implement Plugin Modifier and Type Class Description classValidationPluginAutomatically configures theDefaultValidationand memorises all found validations in the class path.
-