openjava.ojc
Interface JavaCompiler

All Known Implementing Classes:
DynamicJavaCompiler, NullCompiler, OldJavaCompiler, SunJavaCompiler

public interface JavaCompiler

The interface JavaCompiler represents an interface to invoke a regular Java compiler. Classes implementing this interface should accept the same arguments as Sun's javac.


Method Summary
 void compile()
           
 JavaCompilerArgs getArgs()
           
 ClassLoader getClassLoader()
           
 

Method Detail

compile

public void compile()

getArgs

public JavaCompilerArgs getArgs()

getClassLoader

public ClassLoader getClassLoader()

SourceForge.net_Logo