See: Description
Class | Description |
---|---|
AppConfig |
This is an extension 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.