LongOptionpublic class LongOption extends Object
Fields Summary |
---|
protected String | name | protected boolean | argPresent | protected StringBuffer | holder | protected int | value |
Constructors Summary |
---|
public LongOption(String name, boolean arg, StringBuffer hld, int val)
this.name = name;
argPresent = arg;
holder = hld;
value = val;
|
|