Package org.eclipse.wst.xsl.invoker


org.eclipse.wst.xsl.invoker
Class Main



public class Main
extends java.lang.Object
The class whose main method is called when launching the transformation process from Eclipse.


Constructor Summary

Main()

Method Summary

public static voidmain(java.lang.String[] args)
     The main method called when launching the transformation process. There are 4 required arguments:
  1. The class name of the IProcessorInvoker to use
  2. The launch file (serialized PipelineDefinition)
  3. The URL of the source XML document
  4. The file where output will be written

Constructor Detail

Main

public Main()


Methods Detail

main

public void main(java.lang.String[] args)

The main method called when launching the transformation process. There are 4 required arguments:

  1. The class name of the IProcessorInvoker to use
  2. The launch file (serialized PipelineDefinition)
  3. The URL of the source XML document
  4. The file where output will be written

Parameters

args - the 4 required arguments