org.ow2.jonas.commands.admin
Class CLIArgument

java.lang.Object
  extended by org.ow2.jonas.commands.admin.CLIArgument

public class CLIArgument
extends Object

Command line argument holder.


Field Summary
 int type
          Argument type.
 String value
          Argument name.
 
Constructor Summary
CLIArgument(int type)
          CLIArgument constructor.
CLIArgument(int type, String value)
          CLIArgument constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
Argument type.


value

public String value
Argument name.

Constructor Detail

CLIArgument

public CLIArgument(int type)
CLIArgument constructor.

Parameters:
type - argument type

CLIArgument

public CLIArgument(int type,
                   String value)
CLIArgument constructor.

Parameters:
type - argument type
name - argument name


Copyright © 2010 OW2 Consortium. All Rights Reserved.