Package | Description |
---|---|
dk.heick.properties | |
dk.heick.properties.collections |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PropertyFrameworkGlobals.GlobalPropertyStaticCollection |
Modifier and Type | Class and Description |
---|---|
class |
GlobalPropertiesStaticResourceCollection
Class to load a properties file from classpath which has the global properties (PropertyFrameworkGlobals) for the framework.
|
class |
ManifestMainCollection
The Manifest Main attributes.
|
class |
PropertyExposedFieldCollection
An inplementation of PropertyFieldCollection where it will initialize all "public" and "protected" fields of type "Property".
|
class |
PropertyExposedFinalFieldCollection
An inplementation of PropertyFieldCollection where it will initialize all "public" and "protected" fields of type "Property" and which is "final".
|
class |
PropertyStaticCollection
Overrides the constructors in PropertyFieldCollection by using the PropertyFieldFilter.getStaticFields() as initializer.
|
class |
SystemPropertiesCollection
This is the typed implementation of Java's System.getProperties().
|
Modifier and Type | Method and Description |
---|---|
static void |
PropertyFieldCollection.initialize(PropertyFieldCollection collection)
Initialize the PropertyFieldCollection when the Property in the class is declared as non-static fields.
|