|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sun.beanbox.ClassCompiler
A class that generates .class files It currently uses the sun.tools.javac.* classes
Constructor Summary | |
ClassCompiler()
|
Method Summary | |
static boolean |
compile(java.lang.String fileName,
java.lang.String classpath)
Invoke the javac compiler. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ClassCompiler()
Method Detail |
public static boolean compile(java.lang.String fileName, java.lang.String classpath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |