org.apache.myfaces.buildtools.maven2.plugin.xrts
Class XRTSGenerator

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.xrts.XRTSGenerator

public final class XRTSGenerator
extends java.lang.Object

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.

Since:
RTS 2.0
Version:
$Name: $ ($Revision: 1.1 $) $Date: 2001/07/09 18:15:53 $

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

generate

public static void generate(javax.xml.parsers.SAXParser parser,
                            org.xml.sax.InputSource is,
                            RTSWriter rtsw,
                            java.util.Map parms)
                     throws java.lang.Throwable
Parse the XML-based RTS source and create output according to an RTSWriter implementation.

Parameters:
parser - see class description.
is - the XML-based RTS source file.
rtsw - an RTSWriter implementation.
parms - a Map of command line parameters.
Throws:
java.lang.Throwable


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.