| Package | Description |
|---|---|
| oracle.security.jps.config |
| Modifier and Type | Method and Description |
|---|---|
PropertySet |
NamedPropertyMap.getParent() |
PropertySet |
PropertySet.getParent()
Returns parent of this PropertySet instance, or
null if none is specified. |
PropertySet |
JpsConfiguration.getPropertySet(java.lang.String name)
Returns the property set associated with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertySet> |
JpsConfiguration.getPropertySet()
Returns all declared property sets
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedPropertyMap.setParent(PropertySet parent) |
| Constructor and Description |
|---|
NamedPropertyMap(java.lang.String name, PropertySet parent, java.util.Map<java.lang.String,java.lang.String> properties) |