class CmdLineOption
extends java.lang.Object
| Constructor | Description | 
|---|---|
CmdLineOption(java.lang.String flag) | 
 Creates a new CmdLineOption. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getComment() | 
 Returns the comment for this option. 
 | 
java.lang.String | 
getFlag() | 
 Returns the flag associated with this command line option. 
 | 
boolean | 
getOptional() | 
 Returns whether or not this CmdLineOption is optional or not. 
 | 
java.lang.String | 
getUsageText() | 
 Returns the text to print after the flag when printing the usage line. 
 | 
void | 
setComment(java.lang.String comment) | 
 Sets a comment for the flag. 
 | 
void | 
setOptional(boolean optional) | 
 Sets whether or not this CmdLineOption is optional or not. 
 | 
void | 
setUsageText(java.lang.String usageText) | 
 Sets the text to print after the flag when printing the usage line. 
 | 
CmdLineOption(java.lang.String flag)
flag - The flag associated with this command line option.public java.lang.String getFlag()
public boolean getOptional()
public java.lang.String getComment()
public java.lang.String getUsageText()
public void setOptional(boolean optional)
optional - the flag indicating whether or not this CmdLineOption
        is optional.public void setComment(java.lang.String comment)
comment - the comment to use when printing help for the given flag.public void setUsageText(java.lang.String usageText)
usageText - the usage text.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com