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

Constructor Index

 o JDKCompiler()

Method Index

 o compile(String[], OutputStream)
compile some files.
 o main(String[])

Constructors

 o JDKCompiler
 public JDKCompiler()

Methods

 o 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.
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index