H:\home\senin\projects\iclouds>java -jar build\jar\iclouds.jar
usage: java -jar iclouds.jar
-acclimitspecifies the accretion events limit
-configspecifies config file to use
-densityspecifies the cloud density
-dhratiospecifies the D/H ratio
-help print this message
-itrlimitspecifies the iterations limit
-logfileuse given file for log
-loggerfileuse given file for log
-loglevelspecifies the logger level [severe | fine | finer | finest]
Friday, March 30, 2007
Extended command-line functionality.
Since the software passed through series of accounting bugs and seems to be stable now, I've decided to focus more on code quality and overall software usability. The first step I've decided to do was aiming "smart" command line arguments handling. Googled a bit and stuck at first with Processing command line arguments in Java: Case closed but despite it was looking great, some of internals didn't work out. After googling a little bit more stuck with CLI package of the Jakarta/Apache commons project. This one worked out of the box. DONE.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment