All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.pagecompile.JDKCompiler
java.lang.Object
|
+----org.w3c.jigsaw.pagecompile.JDKCompiler
- public class JDKCompiler
- extends Object
- implements PageCompiler
-
JDKCompiler()
-
-
compile(String[], OutputStream)
- compile some files.
-
main(String[])
-
JDKCompiler
public JDKCompiler()
compile
public void compile(String args[],
OutputStream out)
- compile some files.
- Parameters:
- args - The compiler arguments (files+options)
- out - The outputStream, the compiler will write its output
in it.
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index