|
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.process.builder.Parameters
Parses the command line parameters of the code generator that produces JSPs for parsing 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. |
boolean |
getIgnoreSpaces()
Gets the value of the ignoreSpaces flag |
java.lang.String |
getOutput()
Gets the value of the output parameter |
java.lang.String[] |
getRootElements()
Gets the values of the rootElements parameter |
java.lang.String |
getSample()
Gets the value of the sample parameter |
java.lang.String |
getSystemId()
Gets the value of the systemId parameter |
boolean |
getValidate()
Gets the value of the validate flag |
java.lang.String |
getVarXml()
Gets the value of the varXml 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
public java.lang.String getVarXml()
varXml parameter
public java.lang.String getSystemId()
systemId parameter
public boolean getValidate()
validate flag
public boolean getIgnoreSpaces()
ignoreSpaces flag
public java.lang.String[] getRootElements()
rootElements parameter
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||