| Package | Description |
|---|---|
| com.sun.enterprise.admin.servermgmt.stringsubs | |
| com.sun.enterprise.admin.servermgmt.stringsubs.impl | |
| com.sun.enterprise.admin.servermgmt.xml.stringsubs |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
StringSubstitutor.getDefaultProperties(PropertyType type)
Get's the default
Property for the given PropertyType, If
the property type is null then all the default properties will be returned. |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
StringSubstitutionEngine.getDefaultProperties(PropertyType type) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyType |
Property.type |
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.fromValue(String v) |
PropertyType |
Property.getType()
Gets the value of the type property.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setType(PropertyType value)
Sets the value of the type property.
|
Copyright © 2015. All rights reserved.