Class LongOption
java.lang.Object
|
+--LongOption
- public class LongOption
- extends Object
Helper class for GetOpt.
Copyright © 2002 by Marvin Solomon. All rights reserved.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
hasArg
public int hasArg
val
public char val
NO_ARG
public static final int NO_ARG
- See Also:
- Constant Field Values
REQ_ARG
public static final int REQ_ARG
- See Also:
- Constant Field Values
OPT_ARG
public static final int OPT_ARG
- See Also:
- Constant Field Values
LongOption
public LongOption(String name,
int hasArg,
char val)