org.w3c.jigsaw.pagecompile
Interface PageCompiler

All Known Implementing Classes:
JDKCompiler

public interface PageCompiler


Method Summary
 boolean compile(java.lang.String[] args, java.io.OutputStream out)
          compile some files.
 

Method Detail

compile

boolean compile(java.lang.String[] args,
                java.io.OutputStream out)
compile some files.

Parameters:
args - The compiler arguments (files+options)
out - The outputStream, the compiler will write its output in it.
Returns:
false if compilation failed.