| org.w3c.jigsaw.pagecompile.PageCompiler
All known Subclasses: org.w3c.jigsaw.pagecompile.JDKCompiler,
PageCompiler | public interface PageCompiler (Code) | | version: $Revision: 1.3 $ 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. |
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. |
|
|