|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigsaw.pagecompile.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)
args
- 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |