Apache CXF API

org.apache.cxf.tools.util
Class Compiler

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

public class Compiler
extends java.lang.Object


Constructor Summary
Compiler()
           
 
Method Summary
 boolean compileFiles(java.lang.String[] files, java.io.File outputDir)
           
 boolean internalCompile(java.lang.String[] args, int sourceFileIndex)
           
 
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

compileFiles

public boolean compileFiles(java.lang.String[] files,
                            java.io.File outputDir)

internalCompile

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

Apache CXF API

Apache CXF