| java.lang.Object org.w3c.jigsaw.pagecompile.JDKCompiler
JDKCompiler | public class JDKCompiler implements PageCompiler(Code) | | version: $Revision: 1.4 $ author: Benoît Mahé (bmahe@w3.org) |
Method Summary | |
public boolean | compile(String args, OutputStream out) compile some files.
Parameters: args - The compiler arguments (files+options) Parameters: out - The outputStream, the compiler will write its outputin it. | public static void | main(String args) |
compile | public boolean compile(String args, OutputStream out)(Code) | | compile some files.
Parameters: args - The compiler arguments (files+options) Parameters: out - The outputStream, the compiler will write its outputin it. false if compilation failed. |
|
|