public class GlassFishJavaEEConfig extends Object
Modifier and Type | Field and Description |
---|---|
private Set<ModuleType> |
modules
Supported module types.
|
private Set<JavaEEProfile> |
profiles
Supported JavaEE profiles.
|
private String |
version
Highest JavaEE specification version implemented.
|
Constructor and Description |
---|
GlassFishJavaEEConfig(JavaEESet javaEEconfig,
File classpathHome)
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<ModuleType> |
getModuleTypes()
Get supported module types.
|
Set<JavaEEProfile> |
getProfiles()
Get supported JavaEE profiles.
|
String |
getVersion()
Get highest JavaEE specification version implemented.
|
private final Set<ModuleType> modules
private final Set<JavaEEProfile> profiles
private final String version
public GlassFishJavaEEConfig(JavaEESet javaEEconfig, File classpathHome)
javaEEconfig
- Container of GlassFish JavaEE
features configuration.classpathHome
- Classpath search prefix.public String getVersion()
public Set<JavaEEProfile> getProfiles()
public Set<ModuleType> getModuleTypes()
Copyright © 2013. All Rights Reserved.