openjava.ojc
Interface JavaCompiler


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(java.lang.String[] args)
           
 

Method Detail

compile

public void compile(java.lang.String[] args)