Package net.sourceforge.saxadapter.examples.env

Interface Summary
Environment The Environment object returns read-only constant object properties registered in the system environment.
 

Class Summary
AntPropertyResolver This is a SAX pipeline component that takes character data that contains Ant format properties and resolves the properties according to the supplied Environment
EnvironmentImpl This is a simple implementation of the Environment interface
EnvironmentLoader This class loads an Environment object from an XML config file with the following DTD
EnvPropertyTagHandler This handler collects the stored values for name, value, and type and calls the setProperty() method on EnvironmentImpl
ValuesTagHandler This handler simply stores the text between tags in the Map under the tag name