Package org.seedstack.seed.spi
Provides classes allowing to extends the SeedStack Java framework.
-
Interface Summary Interface Description ApplicationProvider This facet can be requested as dependency by plugins to access the application object.SeedExceptionTranslator This interface can be implemented to provide an exception translator, capable of translating specific exceptions to aBaseException.SeedInitializer This interface defines methods that are called at various stages of the SeedStack JVM initialization and shutdown process.SeedLauncher This interface defines a method that can launch a SeedStack application.SeedTool This interface can be implemented by a NuunPluginto declare itself as providing a SeedStack tool. -
Class Summary Class Description ConfigurationPriority -
Enum Summary Enum Description SeedTool.StartMode The start mode of a SeedStack tool.