Uses of Class
org.seedstack.seed.ApplicationConfig.ColorOutput
-
Packages that use ApplicationConfig.ColorOutput Package Description org.seedstack.seed Provides SeedStack main APIs. -
-
Uses of ApplicationConfig.ColorOutput in org.seedstack.seed
Methods in org.seedstack.seed that return ApplicationConfig.ColorOutput Modifier and Type Method Description ApplicationConfig.ColorOutputApplicationConfig. getColorOutput()static ApplicationConfig.ColorOutputApplicationConfig.ColorOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfig.ColorOutput[]ApplicationConfig.ColorOutput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seedstack.seed with parameters of type ApplicationConfig.ColorOutput Modifier and Type Method Description ApplicationConfigApplicationConfig. setColorOutput(ApplicationConfig.ColorOutput colorOutput)
-