Uses of Class
org.gcube.smartgears.lifecycle.application.ApplicationState
-
Packages that use ApplicationState Package Description org.gcube.smartgears.extensions.resource org.gcube.smartgears.lifecycle.application -
-
Uses of ApplicationState in org.gcube.smartgears.extensions.resource
Constructors in org.gcube.smartgears.extensions.resource with parameters of type ApplicationState Constructor Description State(ApplicationState state) -
Uses of ApplicationState in org.gcube.smartgears.lifecycle.application
Methods in org.gcube.smartgears.lifecycle.application that return ApplicationState Modifier and Type Method Description static ApplicationStateApplicationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationState[]ApplicationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-