com.sun.jini.system
Class MultiCommandLine.Opt

java.lang.Object
  extended by 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.
 
Constructor Summary
MultiCommandLine.Opt(String opt, String argType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opt

String opt
The option.


argType

String argType
The argument type.


multi

boolean multi
Option can be specified more than once.

Constructor Detail

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.