jxUtil 0.6

org.sourceforge.jxutil
Class JDK1Compiler

java.lang.Object
  |
  +--org.sourceforge.jxutil.Compiler
        |
        +--org.sourceforge.jxutil.JDK1Compiler

class JDK1Compiler
extends Compiler


Field Summary
private static Method cal
           
private static Constructor con
           
private static Object instance
           
private  OutputStream log
           
 
Constructor Summary
(package private) JDK1Compiler()
           
 
Method Summary
(package private) static boolean available()
           
 boolean compile(File file)
           
 boolean compile(File[] files)
           
 OutputStream getLog()
           
(package private)  boolean prepare()
           
 void setLog(OutputStream log)
           
 
Methods inherited from class org.sourceforge.jxutil.Compiler
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cal

private static Method cal

con

private static Constructor con

instance

private static Object instance

log

private OutputStream log
Constructor Detail

JDK1Compiler

JDK1Compiler()
Method Detail

available

static boolean available()

compile

public boolean compile(File file)
Specified by:
compile in class Compiler

compile

public boolean compile(File[] files)
Overrides:
compile in class Compiler

getLog

public OutputStream getLog()

prepare

boolean prepare()

setLog

public void setLog(OutputStream log)

jxUtil 0.6

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