Commit Graph

16 Commits

Author SHA1 Message Date
82b0afc490 Bugfix to build script.
In the future it would be wise to upgrade to the latest version of the common
build script.
2012-11-11 18:20:28 -06:00
e12a605b5c Added JarUtils: programatically extract JAR files. 2012-01-02 15:08:26 -06:00
2308280480 Bugfix.
Default behavior in SmartConfig was wrong. What it should be (and now is) is
when a value is requested but not present, the value is set and returned with
the default if given, or null is returned if no default is given.
2011-12-05 22:18:26 -06:00
1227d53a14 Small updates to SmartConfig.
* Changed the behavior of SmartConfig when setting file type properties. Now it
  tries to coerce the given value into a File object if it is not already a File
  object.
* Changed the behavior of SmartConfig when retrieving a property without
  specifying a default value. Now it returns null if the property is not set and
  no default is given.
2011-12-05 22:12:20 -06:00
08810e88ed Added WrappedPrinter, SmartConfig.load()
* Added `SmartConfig.load()` to allow runtime reloading of config.
* Added `WrappedPrinter` which allows you to print horizontally aligned and
  offset text blocks in a monotype environment.
2011-10-25 15:05:02 -05:00
2950bd67db Added ConsoleProgressBar. 2011-01-25 15:56:02 -06:00
9457a6b7dd Really added keySet(). 2011-01-21 16:13:26 -06:00
7b3be90fe1 Updated SmartConfig
Added support for file/directory property types.
Removed some extraneous logging checks.
2011-01-21 14:03:05 -06:00
2d7e8e67ca Updated common build script. 2011-01-21 13:43:54 -06:00
b19d1cbe80 Updated SmartConfig, added keySet() method. 2011-01-21 13:41:29 -06:00
df8fcac2d2 Added slf4j, needed for SmartConfig to build. 2011-01-21 13:01:04 -06:00
9a179af663 Implementation of SmartConfig 2011-01-21 12:58:35 -06:00
10b1b15a4a Version 1.0 committed using standard build process. 2011-01-21 11:33:24 -06:00
8a6181fc84 Upgraded common build script. 2011-01-21 11:21:03 -06:00
2b256c1d27 Added standard build process. 2011-01-21 11:14:27 -06:00
2f79d7e1a3 Initial commit. 2010-10-15 10:00:20 -05:00