This package provides facilities for processing configuration files. The functionality
provided here has two main parts.
- ConfigFileReader reads one or more configuration files into a java.util.Properties
object.
- PropertiesView is a wrapper around the Properties object which provides a multitude
of convenience functions.
The two areas of functionality can be used independently, although through the method
ConfigFileReader.propertiesViewFromArgs it is possible to go from command line arguments
to PropertiesView in one line of code.