public enum J2EEContainerDescriptor extends Enum<J2EEContainerDescriptor>
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
Modifier and Type | Method and Description |
---|---|
static J2EEContainerDescriptor |
getSelected() |
static J2EEContainerDescriptor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static J2EEContainerDescriptor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J2EEContainerDescriptor JBOSS
public static final J2EEContainerDescriptor TOMCAT
public static final J2EEContainerDescriptor JETTY
public static final J2EEContainerDescriptor GF3
public static J2EEContainerDescriptor[] values()
for (J2EEContainerDescriptor c : J2EEContainerDescriptor.values()) System.out.println(c);
public static J2EEContainerDescriptor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static J2EEContainerDescriptor getSelected()
Copyright © 2015 Nuxeo SA. All rights reserved.