Uses of Class
org.nuxeo.runtime.api.J2EEContainerDescriptor
-
Packages that use J2EEContainerDescriptor Package Description org.nuxeo.runtime.api -
-
Uses of J2EEContainerDescriptor in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api that return J2EEContainerDescriptor Modifier and Type Method Description static J2EEContainerDescriptor
J2EEContainerDescriptor. getSelected()
static J2EEContainerDescriptor
J2EEContainerDescriptor. valueOf(String name)
Returns the enum constant of this type with the specified name.static J2EEContainerDescriptor[]
J2EEContainerDescriptor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-