org.sourceforge.jxutil
Class Compiler
java.lang.Object
|
+--org.sourceforge.jxutil.Compiler
- Direct Known Subclasses:
- JDK1_3Compiler, JDK1Compiler
- public abstract class Compiler
- extends Object
Utility functions to access a Java compiler;
Constructor Summary |
protected |
Compiler()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static Compiler instance
Compiler
protected Compiler()
compile
public abstract boolean compile(File file)
compile
public boolean compile(File[] files)
getInstance
public static Compiler getInstance()
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.