Apache CXF API

org.apache.cxf.common.util
Class Compiler

java.lang.Object
  extended by org.apache.cxf.common.util.Compiler

public class Compiler
extends Object


Constructor Summary
Compiler()
           
 
Method Summary
 boolean compileFiles(File[] files)
           
 boolean compileFiles(List<File> files)
           
 boolean compileFiles(String[] files)
           
 boolean internalCompile(String[] args, int sourceFileIndex)
           
 void setClassPath(String s)
           
 void setMaxMemory(long l)
           
 void setOutputDir(File s)
           
 void setOutputDir(String s)
           
 void setTarget(String s)
           
 void setVerbose(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

setMaxMemory

public void setMaxMemory(long l)

setVerbose

public void setVerbose(boolean b)

setTarget

public void setTarget(String s)

setOutputDir

public void setOutputDir(File s)

setOutputDir

public void setOutputDir(String s)

setClassPath

public void setClassPath(String s)

compileFiles

public boolean compileFiles(File[] files)

compileFiles

public boolean compileFiles(List<File> files)

compileFiles

public boolean compileFiles(String[] files)

internalCompile

public boolean internalCompile(String[] args,
                               int sourceFileIndex)

Apache CXF API

Apache CXF