Package | Description |
---|---|
org.glassfish.tools.ide.data | |
org.glassfish.tools.ide.server.config |
Modifier and Type | Field and Description |
---|---|
private Set<JavaEEProfile> |
GlassFishJavaEEConfig.profiles
Supported JavaEE profiles.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaEEProfile> |
GlassFishJavaEEConfig.getProfiles()
Get supported JavaEE profiles.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,JavaEEProfile> |
JavaEEProfile.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
static JavaEEProfile |
JavaEEProfile.toValue(String name)
Returns a
JavaEEProfile with a value represented by the
specified String . |
static JavaEEProfile |
JavaEEProfile.toValue(String version,
String type)
Returns a
JavaEEProfile with a value represented by the
specified version and type
String s. |
static JavaEEProfile |
JavaEEProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaEEProfile[] |
JavaEEProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaEEProfile> |
JavaEESet.profiles(File classpathHome)
Build
Set of JavaEEProfile for known JavaEE profiles
retrieved from XML elements. |
Modifier and Type | Method and Description |
---|---|
private static String[] |
JavaEEProfile.createNames(JavaEEProfile profile)
Create JavaEE profile names to be recognized.
|
Copyright © 2013. All Rights Reserved.