org.eml.MMAX2
Class Process

java.lang.Object
  extended by org.eml.MMAX2.Process

public class Process
extends java.lang.Object


Constructor Summary
Process()
           
 
Method Summary
static void main(java.lang.String[] args)
          Process a .mmax file with an (enhanced) XSL style sheet and direct output to STDOUT or to a file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

main

public static void main(java.lang.String[] args)
Process a .mmax file with an (enhanced) XSL style sheet and direct output to STDOUT or to a file.

Parameters:
args - Valid arguments are
-in The .mmax file to process (obligatory)
-common_paths The common_paths file to use. If missing, the default common_paths.xml in the same directory as the .mmax file will be used.
-xsl The xsl style sheet to use (obligatory)
-out The name of the output file to write to. If missing, output will be written to the standard output.