com.sun.jini.system
Class MultiCommandLine.Opt
java.lang.Object
com.sun.jini.system.MultiCommandLine.Opt
- Enclosing class:
- MultiCommandLine
private static class MultiCommandLine.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
Option can be specified more than once. |
(package private) String |
opt
The option. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
opt
String opt
- The option.
argType
String argType
- The argument type.
multi
boolean multi
- Option can be specified more than once.
MultiCommandLine.Opt
MultiCommandLine.Opt(String opt,
String argType)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.