132133134135136137138139140141142
* * @param args * @throws Exception */ public static void main(String[] args) throws Exception { commandLine = new CommandLineProcessor(); if (args == null || args.length == 0) { printUsage(args); return; }