| Interface | Description |
|---|---|
| PropertySet |
Basic interface that describes a set of properties - could be a Properties object or a
resource bundle or any other set of key/value string pairs.
|
| PropertySetSource |
Represents the different sources of
PropertySet objects that can be used to build
PropertiesType objects. |
| Class | Description |
|---|---|
| EmptyPropertySet |
Property set with no properties
|
| PropertiesPropertySet |
A property set based on an underlying
Properties object. |
| PropertiesPropertySet.Source |
Knows how to find all the property files in a module and create PropertiesPropertySets
from them.
|
| PropertiesType |
Type based on a
PropertyNode |
| PropertiesTypeInfo |
Type info based on a
PropertyNode |
| PropertiesTypeLoader | |
| PropertyNode |
A node in a tree representation of an underlying
PropertySet. |
| SystemPropertiesPropertySet |
Makes available the standard system properties, which should be available on all JVMs
|
Copyright © 2018. All rights reserved.