public class Compiler extends Object
Constructor and Description |
---|
Compiler() |
Modifier and Type | Method and Description |
---|---|
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) |
public void setMaxMemory(long l)
public void setVerbose(boolean b)
public void setTarget(String s)
public void setOutputDir(File s)
public void setOutputDir(String s)
public void setClassPath(String s)
public boolean compileFiles(File[] files)
public boolean compileFiles(String[] files)
public boolean internalCompile(String[] args, int sourceFileIndex)
Apache CXF