com.sun.jini.system
Class POSIXCommandLine.Opt
java.lang.Object
com.sun.jini.system.POSIXCommandLine.Opt
- Enclosing class:
- POSIXCommandLine
private static class POSIXCommandLine.Opt
- extends Object
Used to store known option types so we can generate a usage message.
Field Summary |
(package private) String |
argType
The argument type. |
(package private) boolean |
multi
Can be specified multiple times. |
(package private) char |
opt
The option. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
opt
char opt
- The option.
argType
String argType
- The argument type.
multi
boolean multi
- Can be specified multiple times.
POSIXCommandLine.Opt
POSIXCommandLine.Opt(char opt,
String argType)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.