jxUtil 0.6

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;


Field Summary
private static Compiler instance
           
 
Constructor Summary
protected Compiler()
           
 
Method Summary
abstract  boolean compile(File file)
           
 boolean compile(File[] files)
           
static Compiler getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static Compiler instance
Constructor Detail

Compiler

protected Compiler()
Method Detail

compile

public abstract boolean compile(File file)

compile

public boolean compile(File[] files)

getInstance

public static Compiler getInstance()

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.