public class GlassFishJavaSEConfig extends Object
Modifier and Type | Field and Description |
---|---|
private Set<JavaSEPlatform> |
platforms
Platforms retrieved from XML elements.
|
private String |
version
Highest JavaEE specification version implemented.
|
Constructor and Description |
---|
GlassFishJavaSEConfig(JavaSESet javaSEconfig)
Creates an instance of avaEE configuration entity using JavaEE set
for GlassFish features configuration as source of instance content.
|
Modifier and Type | Method and Description |
---|---|
Set<JavaSEPlatform> |
getPlatforms()
Get supported JavaSE platforms.
|
String |
getVersion()
Get highest JavaSE specification version implemented.
|
private final Set<JavaSEPlatform> platforms
private final String version
public GlassFishJavaSEConfig(JavaSESet javaSEconfig)
javaEEconfig
- Container of GlassFish JavaEE features configuration.profiles
- version
- public String getVersion()
public Set<JavaSEPlatform> getPlatforms()
Copyright © 2013. All Rights Reserved.