|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.xrts.XRTSGenerator
public final class XRTSGenerator
The XRTSGenerator class is a online facility (as opposed to the
command line utility XRTSMakeBundle) for parsing and building
XML-based RTS files to the given implementation output.
| Method Summary | |
|---|---|
static void |
generate(javax.xml.parsers.SAXParser parser,
org.xml.sax.InputSource is,
RTSWriter rtsw,
java.util.Map parms)
Parse the XML-based RTS source and create output according to an RTSWriter implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void generate(javax.xml.parsers.SAXParser parser,
org.xml.sax.InputSource is,
RTSWriter rtsw,
java.util.Map parms)
throws java.lang.Throwable
RTSWriter implementation.
parser - see class description.is - the XML-based RTS source file.rtsw - an RTSWriter implementation.parms - a Map of command line parameters.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||