Package | Description |
---|---|
org.glassfish.tools.ide.server.config |
Modifier and Type | Field and Description |
---|---|
private JavaEEProfile.Version |
JavaEEProfile.version
JavaEE profile version.
|
Modifier and Type | Method and Description |
---|---|
static JavaEEProfile.Version |
JavaEEProfile.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaEEProfile.Version[] |
JavaEEProfile.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JavaEEProfile(JavaEEProfile.Version version,
JavaEEProfile.Type type,
String name)
Creates an instance of JavaEE profiles supported by Glassfish.
|
Copyright © 2013. All Rights Reserved.