Uses of Class
com.gengoai.config.Configurator
-
Packages that use Configurator Package Description com.gengoai.config Configuration based on json-like syntax that integrates with command line parser, applications, and logging -
-
Uses of Configurator in com.gengoai.config
Methods in com.gengoai.config that return Configurator Modifier and Type Method Description static Configurator
Configurator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configurator[]
Configurator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-