JP.ac.tsukuba.openjava
Class OldJavaCompiler
java.lang.Object
|
+--JP.ac.tsukuba.openjava.OldJavaCompiler
- All Implemented Interfaces:
- JavaCompiler
- public class OldJavaCompiler
- extends Object
- implements JavaCompiler
The class OldJavaCompiler
is an adapter for Sun's javac.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
JavaCompilerArgs args
OldJavaCompiler
public OldJavaCompiler()
main
public static void main(String[] args)
getArgs
public JavaCompilerArgs getArgs()
- Specified by:
getArgs
in interface JavaCompiler
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface JavaCompiler
compile
public void compile()
- Specified by:
compile
in interface JavaCompiler
strs2str
private static String strs2str(String[] strs)