|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
PropertiesFilesLoader | Loads properties files found on the class path. |
PropertySetClassesLoader | Loads classes that have a PropertySet annotation. |
Provides utilities to collect properties information from the class path.
Basically only two kinds of information is collected:
PropertySet
declare the characteristics (name, meta data, ...) of properties. See PropertySetClassesLoader
.*.properties
) provide property values. See PropertiesFilesLoader
. The information extracted from the declarations can be used to filter relevant property values from the properties files.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |