|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.cli.Option
net.sf.xdc.processing.XdcOption
This class represents a command line option of the XDC application.
| Field Summary |
| Fields inherited from class org.apache.commons.cli.Option |
UNINITIALIZED, UNLIMITED_VALUES |
| Constructor Summary | |
XdcOption(java.lang.String opt,
java.lang.String description,
boolean xslParam)
Public constructor. |
|
XdcOption(java.lang.String opt,
java.lang.String argName,
java.lang.String description,
boolean xslParam)
Public constructor. |
|
| Method Summary | |
java.lang.String |
getOpt()
|
boolean |
isXslParam()
Getter method for this XdcOption's xslParam
field which determines whether or not this command line option is passed
to the processing XSLT stylesheet via a stylesheet parameter. |
| Methods inherited from class org.apache.commons.cli.Option |
addValue, clone, getArgName, getArgs, getDescription, getId, getLongOpt, getType, getValue, getValue, getValue, getValues, getValueSeparator, getValuesList, hasArg, hasArgName, hasArgs, hasLongOpt, hasOptionalArg, isRequired, setArgName, setArgs, setLongOpt, setOptionalArg, setRequired, setType, setValueSeparator, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XdcOption(java.lang.String opt,
java.lang.String description,
boolean xslParam)
throws java.lang.IllegalArgumentException
opt - The command line option stringdescription - A description of this XdcOptionxslParam - Specifies whether this option is to be passed to the
processing XSLT stylesheet via a stylesheet parameter
java.lang.IllegalArgumentException
public XdcOption(java.lang.String opt,
java.lang.String argName,
java.lang.String description,
boolean xslParam)
throws java.lang.IllegalArgumentException
opt - The command line option stringargName - The name of an additional argumentdescription - A description of this XdcOptionxslParam - Specifies whether this option is to be passed to the
processing XSLT stylesheet via a stylesheet parameter
java.lang.IllegalArgumentException| Method Detail |
public boolean isXslParam()
XdcOption's xslParam
field which determines whether or not this command line option is passed
to the processing XSLT stylesheet via a stylesheet parameter.
public java.lang.String getOpt()
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||