| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.jigsaw.pagecompile.JDKCompiler
public class JDKCompiler
| Constructor Summary | |
|---|---|
JDKCompiler()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
compile(java.lang.String[] args,
        java.io.OutputStream out)
compile some files.  | 
static void | 
main(java.lang.String[] args)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JDKCompiler()
| Method Detail | 
|---|
public boolean compile(java.lang.String[] args,
                       java.io.OutputStream out)
compile in interface PageCompilerargs - The compiler arguments (files+options)out - The outputStream, the compiler will write its output
 in it.
public static void main(java.lang.String[] args)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||