Method Summary |
|
public void | addDefine(org.apache.tools.ant.types.Environment.Variable def) |
public void | addUndefine(org.apache.tools.ant.types.Environment.Variable def) |
public org.jacorb.idl.JacIDL.I2JPackageTagHandler | createI2jpackage() Will be called whenever an nested PCDATA element is encountered. |
public void | execute() The execute() method of the task. |
public File[] | getFileList() |
protected void | resetFileLists() Clear the list of files to be compiled and copied.. |
protected void | scanFiles(String files) Scans the directory looking for source files to be compiled. |
public void | setAll(boolean flag) Set the flag to generate all files. |
public void | setAmi_callback(boolean flag) Sets the flag to generate AMI callbacks. |
public void | setDebuglevel(int level) Set the debug level. |
public void | setDestdir(File dir) Set the destination directory. |
public void | setForceOverwrite(boolean flag) Sets the flag to overwrite existing files. |
public void | setGenerateDIIStubs(boolean flag) |
public void | setGenerateEnhanced(boolean flag) |
public void | setGenerateir(boolean flag) Set the flag to generate the interface repository files. |
public void | setIncludepath(Path path) Set the include path for the idl compiler. |
public void | setNofinal(boolean flag) Setter for 'nofinal' property that indicates whether generated code should have
a final class definition. |
public void | setNoskel(boolean flag) Set the flag to leave out skeleton generation. |
public void | setNostub(boolean flag) Set the flag to leave out stub generation. |
public void | setOmgprefix(boolean flag) |
public void | setParseonly(boolean flag) Set the flag to parse the idl only. |
public void | setSloppyforward(boolean flag) Set the flag to use sloppy forwards. |
public void | setSloppynames(boolean flag) Set the flag to use sloppy names. |
public void | setSrcdir(File dir) Set the source directory. |
public void | setUncheckedNarrow(boolean flag) |