jxUtil 0.6

org.sourceforge.jxutil
Class JDK1_3Compiler

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

class JDK1_3Compiler
extends Compiler


Field Summary
private static Method cal
           
private static Constructor con
           
private static Object instance
           
private  OutputStream log
           
private static int SUCCESS
           
 
Constructor Summary
(package private) JDK1_3Compiler()
           
 
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

SUCCESS

private static int SUCCESS
Constructor Detail

JDK1_3Compiler

JDK1_3Compiler()
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.