Package edu.cmu.cs.ark.yc.config

A Java library built on top of Java Simple Argument Parser (JSAP) that allows the use of a default "configuration file" using the --config-file option.

See: Description

Package edu.cmu.cs.ark.yc.config Description

A Java library built on top of Java Simple Argument Parser (JSAP) that allows the use of a default "configuration file" using the --config-file option.

This package makes it easy for one to implement a configuration file system that combines the flexibility of the command line and persistance of an actual configuration file.

See the main class AppConfig and JSAP for more information on using it.

License

yc-config is licensed under the Lesser GNU Public License. A copy of this license is available at http://www.gnu.org/licenses/lgpl.html.
Since:
0.2
Version:
0.2
Author:
Yanchuan Sim