Uses of Interface
de.iip_ecosphere.platform.services.environment.Starter.Plugin
Packages that use Starter.Plugin
Package
Description
Implementation.
Testing utilities.
-
Uses of Starter.Plugin in de.iip_ecosphere.platform.services.environment
Classes in de.iip_ecosphere.platform.services.environment that implement Starter.PluginModifier and TypeClassDescriptionprivate static classThe default plugin for displaying the help texts of the plugins.Fields in de.iip_ecosphere.platform.services.environment with type parameters of type Starter.PluginMethods in de.iip_ecosphere.platform.services.environment with parameters of type Starter.PluginModifier and TypeMethodDescriptionprotected static voidStarter.registerDefaultPlugins(Starter.Plugin dflt) Registers the default plugins.protected static voidStarter.registerPlugin(String name, Starter.Plugin plugin) Registers a functional plugin. -
Uses of Starter.Plugin in de.iip_ecosphere.platform.services.environment.testing
Classes in de.iip_ecosphere.platform.services.environment.testing that implement Starter.PluginModifier and TypeClassDescriptionclassStartup plugin for in-situ testing the transport broker.