Package | Description |
---|---|
org.glassfish.tools.ide.data | |
org.glassfish.tools.ide.server.config | |
org.glassfish.tools.ide.utils |
Modifier and Type | Field and Description |
---|---|
private Set<JavaSEPlatform> |
GlassFishJavaSEConfig.platforms
Platforms retrieved from XML elements.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaSEPlatform> |
GlassFishJavaSEConfig.getPlatforms()
Get supported JavaSE platforms.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,JavaSEPlatform> |
JavaSEPlatform.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
static JavaSEPlatform |
JavaSEPlatform.toValue(String platformName)
Returns a
JavaSEPlatform with a value represented by the
specified String . |
static JavaSEPlatform |
JavaSEPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSEPlatform[] |
JavaSEPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaSEPlatform> |
JavaSESet.platforms()
Build
Set of JavaSEPlatform for known platforms
retrieved from XML elements. |
Modifier and Type | Method and Description |
---|---|
JavaSEPlatform |
JavaUtils.JavaVersion.toPlatform()
Return
JavaSEPlatform matching this Java SE version. |
Copyright © 2013. All Rights Reserved.