Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file)
Note that this class offers the subclasses to ehance the parsing process by overriding the {@link #processClassArgument(String,String)}method. To be able to achieve that, the evaluation of the commandline arguments needs to happen lazily. See the {@link #parseCommandLine()} method for subclassing guidelines.
This class is NOT thread-safe. @author Ian Springer @author Lukas Krejci
|
|