Package de.smartics.properties.spi.core.classpath

Package class diagram package de.smartics.properties.spi.core.classpath
Provides utilities to collect properties information from the class path.

See:
          Description

Class Summary
PropertiesFilesLoader Loads properties files found on the class path.
PropertySetClassesLoader Loads classes that have a PropertySet annotation.
 

Package de.smartics.properties.spi.core.classpath Description

Provides utilities to collect properties information from the class path.

Basically only two kinds of information is collected:

  1. Deklaration - Classes annotated with PropertySet declare the characteristics (name, meta data, ...) of properties. See PropertySetClassesLoader.
  2. Value Definition - Properties files (*.properties) provide property values. See PropertiesFilesLoader.

The information extracted from the declarations can be used to filter relevant property values from the properties files.

Since:
1.0


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.