Uses of Class
org.gcube.smartgears.configuration.Mode
-
Packages that use Mode Package Description org.gcube.smartgears.configuration org.gcube.smartgears.configuration.application 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.application
Methods in org.gcube.smartgears.configuration.application that return Mode Modifier and Type Method Description ModeApplicationConfiguration. mode()Returns the management mode of the application.ModeBridgedApplicationConfiguration. mode()ModeDefaultApplicationConfiguration. mode()Methods in org.gcube.smartgears.configuration.application with parameters of type Mode Modifier and Type Method Description ApplicationConfigurationApplicationConfiguration. mode(Mode mode)Sets the management mode of this application.ApplicationConfigurationBridgedApplicationConfiguration. mode(Mode mode)ApplicationConfigurationDefaultApplicationConfiguration. mode(Mode mode) -
Uses of Mode in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return Mode Modifier and Type Method Description 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 ContainerConfigurationContainerConfiguration. mode(Mode mode)Sets the management mode for the container.
-