org.apache.xalan.xsltc.cmdline
Class Compile

java.lang.Object
  extended by org.apache.xalan.xsltc.cmdline.Compile

public final class Compile
extends java.lang.Object


Field Summary
private static int VERSION_DELTA
           
private static int VERSION_MAJOR
           
private static int VERSION_MINOR
           
 
Constructor Summary
Compile()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method implements the command line compiler.
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_MAJOR

private static int VERSION_MAJOR

VERSION_MINOR

private static int VERSION_MINOR

VERSION_DELTA

private static int VERSION_DELTA
Constructor Detail

Compile

public Compile()
Method Detail

printUsage

public static void printUsage()

main

public static void main(java.lang.String[] args)
This method implements the command line compiler. See the USAGE_STRING constant for a description. It may make sense to move the command-line handling to a separate package (ie. make one xsltc.cmdline.Compiler class that contains this main() method and one xsltc.cmdline.Transform class that contains the DefaultRun stuff).