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.


Field Summary
(package private)  JavaCompilerArgs args
           
 
Constructor Summary
OldJavaCompiler()
           
 
Method Summary
 void compile()
           
 JavaCompilerArgs getArgs()
           
 ClassLoader getClassLoader()
           
static void main(String[] args)
           
private static String strs2str(String[] strs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

JavaCompilerArgs args
Constructor Detail

OldJavaCompiler

public OldJavaCompiler()
Method Detail

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)

SourceForge.net_Logo