Package | Description |
---|---|
dk.heick.properties | |
dk.heick.properties.collections | |
dk.heick.properties.collections.validationhandlers |
Class and Description |
---|
PropertyFieldCollection
Collects the
Property 's from a class. |
PropertyStaticCollection
Overrides the constructors in PropertyFieldCollection by using the PropertyFieldFilter.getStaticFields() as initializer.
|
PropertyValidationHandler
A handler for consuming the results of PropertyIO and Property validations, on initial loading of the properties.
|
Class and Description |
---|
GlobalPropertiesStaticResourceCollection
Class to load a properties file from classpath which has the global properties (PropertyFrameworkGlobals) for the framework.
|
ManifestMainCollection
The Manifest Main attributes.
|
PropertiesJavaDefinitionPrinter.TypedJavaDefinition |
PropertyExposedFinalFieldCollection
An inplementation of PropertyFieldCollection where it will initialize all "public" and "protected" fields of type "Property" and which is "final".
|
PropertyFieldCollection
Collects the
Property 's from a class. |
PropertyFieldFilter
Instances of classes that implement this interface are used to filter Field definition for a Property field in a class.
|
PropertyStaticCollection
Overrides the constructors in PropertyFieldCollection by using the PropertyFieldFilter.getStaticFields() as initializer.
|
PropertyValidationHandler
A handler for consuming the results of PropertyIO and Property validations, on initial loading of the properties.
|
SystemPropertiesCollection
This is the typed implementation of Java's System.getProperties().
|
Class and Description |
---|
PropertyValidationHandler
A handler for consuming the results of PropertyIO and Property validations, on initial loading of the properties.
|