Package | Description |
---|---|
org.glassfish.tools.ide.data | |
org.glassfish.tools.ide.server.config |
Modifier and Type | Field and Description |
---|---|
private Set<ModuleType> |
GlassFishJavaEEConfig.modules
Supported module types.
|
Modifier and Type | Method and Description |
---|---|
Set<ModuleType> |
GlassFishJavaEEConfig.getModuleTypes()
Get supported module types.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,ModuleType> |
ModuleType.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
static ModuleType |
ModuleType.toValue(String stateStr)
Returns a
ModuleType with a value represented by the
specified String . |
static ModuleType |
ModuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleType[] |
ModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ModuleType> |
JavaEESet.moduleTypes(File classpathHome)
Build
Set of ModuleType for known module types retrieved
from XML elements. |
Copyright © 2013. All Rights Reserved.