Uses of Class
org.seedstack.seed.spi.SeedTool.StartMode
-
Packages that use SeedTool.StartMode Package Description org.seedstack.seed.spi Provides classes allowing to extends the SeedStack Java framework. -
-
Uses of SeedTool.StartMode in org.seedstack.seed.spi
Methods in org.seedstack.seed.spi that return SeedTool.StartMode Modifier and Type Method Description SeedTool.StartModeSeedTool. startMode()Determines the start mode.static SeedTool.StartModeSeedTool.StartMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SeedTool.StartMode[]SeedTool.StartMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-