|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.devsphere.xml.taglib.support.builder.ParametersSupport
|
+--com.devsphere.xml.taglib.output.builder.Parameters
Parses the command line parameters of the code generator that produces JSPs that output XML documents.
| Constructor Summary | |
Parameters(java.lang.String[] args)
Constructor that takes the command line parameters and initializes the builder's parameters |
|
| Method Summary | |
void |
exit(java.lang.String msg)
Stops the code generator and prints a message followed by the command line syntax. |
java.lang.String |
getOutput()
Gets the value of the output parameter |
java.lang.String |
getSample()
Gets the value of the sample parameter |
| Methods inherited from class com.devsphere.xml.taglib.support.builder.ParametersSupport |
getFlag, getParameter, getParameterValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameters(java.lang.String[] args)
args - the command line parameters| Method Detail |
public void exit(java.lang.String msg)
msg - message that must be printedpublic java.lang.String getSample()
sample parameter
public java.lang.String getOutput()
output parameter
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||