org.ow2.jonas.commands.admin
Class CLIArgument
java.lang.Object
org.ow2.jonas.commands.admin.CLIArgument
public class CLIArgument
- extends Object
Command line argument holder.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public int type
- Argument type.
value
public String value
- Argument name.
CLIArgument
public CLIArgument(int type)
CLIArgument constructor.
- Parameters:
type - argument type
CLIArgument
public CLIArgument(int type,
String value)
CLIArgument constructor.
- Parameters:
type - argument typename - argument name
Copyright © 2009 OW2 Consortium. All Rights Reserved.