summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/AbstractMain.java
AgeCommit message (Collapse)Author
2014-07-24Modification of the management of the Logger during the reading of theogattaz
starting arguments
2014-07-04Refactored tanuki service wrapper to a separate moduleAndrew Branson
2014-04-09BadArgumentsException - more specific exception thrown by readC2KArgsAndrew Branson
when the arguments are wrong.
2014-04-04AbstractMain with config file checking got lost from previous commit.Andrew Branson
Refs #177
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-06-27Cmdline parse fixAndrew Branson
2013-06-22Rewrote cmdline parser to allow cristal processes to use their own. AlsoAndrew Branson
cmdline params may override config or connect params.
2012-11-26Removed old cmdline switched from usage()Andrew Branson
2012-07-25Example file updatesAndrew Branson
Allow full path to clc Remove cristal-dev dependency
2012-05-30Initial Maven ConversionAndrew Branson