Package org.apache.xalan.xsltc.cmdline
Class Compile
java.lang.Object
org.apache.xalan.xsltc.cmdline.Compile
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen, G. Todd Miller, Morten Jorgensen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
This method implements the command line compiler.static void
-
Constructor Details
-
Compile
public Compile()
-
-
Method Details
-
printUsage
public static void printUsage() -
main
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).
-