Uses of Class
org.gcube.smartgears.configuration.Mode
-
Packages that use Mode Package Description org.gcube.smartgears.configuration org.gcube.smartgears.configuration.container -
-
Uses of Mode in org.gcube.smartgears.configuration
Methods in org.gcube.smartgears.configuration that return Mode Modifier and Type Method Description static ModeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mode in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return Mode Modifier and Type Method Description ModeBaseConfiguration. getMode()ModeContainerConfiguration. mode()Returns the management mode for the container.Methods in org.gcube.smartgears.configuration.container with parameters of type Mode Modifier and Type Method Description voidBaseConfiguration. setMode(Mode mode)
-