Package samples
Class CmdLine
- java.lang.Object
-
- samples.CmdLine
-
public class CmdLine extends Object
Simple command line parser
-
-
Constructor Summary
Constructors Constructor Description CmdLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isOptionPresent(String optFull, String optShort)
static void
setArgs(String[] args)
-