Interface | Description |
---|---|
PropertyFieldFilter |
Instances of classes that implement this interface are used to filter Field definition for a Property field in a class.
|
PropertyValidationHandler |
A handler for consuming the results of PropertyIO and Property validations, on initial loading of the properties.
|
Class | Description |
---|---|
ActivationValidator |
ActivationValidator where you can cross validate properties, ensure that some properties is welldefined if others is also defined.
|
GlobalPropertiesStaticResourceCollection |
Class to load a properties file from classpath which has the global properties (PropertyFrameworkGlobals) for the framework.
|
ManifestMainCollection |
The Manifest Main attributes.
|
PropertiesJavaDefinitionPrinter |
This will take a Properties instance a generate public static final Property.... definitions.
|
PropertiesJavaDefinitionPrinter.ListTypedJavaDefinition | |
PropertiesJavaDefinitionPrinter.TypedJavaDefinition | |
PropertyCollectionFactory |
Factory class to initialize a "list" of Property's.
|
PropertyCollectionPrinter |
This class can "print" an
PropertyCollection . |
PropertyCollectionRegistry |
Static class which holds PropertyCollections.
|
PropertyCollectionUtil |
Utility class contain methods for PropertyCollections.
|
PropertyExposedFieldCollection |
An inplementation of PropertyFieldCollection where it will initialize all "public" and "protected" fields of type "Property".
|
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. |
PropertyFieldFilterFactory |
A factory class for typical PropertyFieldFilters.
|
PropertyInitializationPriorityComparator |
Sort a list of Property's after "Property.getInitializationPriority()".
|
PropertyListCollection |
Implementation of the
PropertyCollection initialized with List or array of Property 's. |
PropertyStaticCollection |
Overrides the constructors in PropertyFieldCollection by using the PropertyFieldFilter.getStaticFields() as initializer.
|
SystemPropertiesCollection |
This is the typed implementation of Java's System.getProperties().
|