Package | Description |
---|---|
org.glassfish.tools.ide.admin | |
org.glassfish.tools.ide.data |
Modifier and Type | Method and Description |
---|---|
static AdminFactory |
AdminFactory.getInstance(GlassFishAdminInterface adminInterface)
Creates specific
AdminFactory child class instance
to build GlassFish server administration command runner and data objects
based on provided GlassFish server administration interface type. |
Modifier and Type | Field and Description |
---|---|
private GlassFishAdminInterface |
GlassFishServerEntity.adminInterface
GlassFish server administration interface type.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,GlassFishAdminInterface> |
GlassFishAdminInterface.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
GlassFishAdminInterface |
GlassFishServerEntity.getAdminInterface()
Get GlassFish server administration interface type.
|
GlassFishAdminInterface |
GlassFishServer.getAdminInterface()
Get GlassFish server administration interface type.
|
static GlassFishAdminInterface |
GlassFishAdminInterface.toValue(String name)
Returns a
GlassFishAdminInterface with a value represented
by the specified String . |
static GlassFishAdminInterface |
GlassFishAdminInterface.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlassFishAdminInterface[] |
GlassFishAdminInterface.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GlassFishServerEntity.setAdminInterface(GlassFishAdminInterface adminInterface)
Set GlassFish server administration interface type.
|
Copyright © 2013. All Rights Reserved.