public class IDLCompiler
extends org.apache.tools.ant.Task
Modifier and Type | Class and Description |
---|---|
class |
IDLCompiler.BuildListParser |
class |
IDLCompiler.IDLCompilerDetails |
class |
IDLCompiler.InputStreamFileWriter |
Modifier and Type | Field and Description |
---|---|
protected String |
_buildList |
protected boolean |
_debugOn |
protected String |
_destinationDirectory |
protected String |
_filename |
protected org.apache.tools.ant.types.FileSet |
_fileSet |
protected Hashtable |
_idlCompilerDefinitions |
protected String |
_orb |
protected String |
_packageName |
protected String |
_parameters |
protected boolean |
_verbose |
Constructor and Description |
---|
IDLCompiler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
childrenContainsSubParam(Node n) |
void |
execute() |
protected void |
parseIDLCompilerDefinitionsFile()
Parse the IDL compiler definitions file.
|
boolean |
processIDL(IDLCompiler.IDLCompilerDetails idlCompiler,
String filename,
String packageName,
String destDir,
String mappings) |
void |
setBuildlist(String buildList) |
void |
setDebug(String debug) |
void |
setDestdir(String destDir) |
void |
setFilename(String filename) |
void |
setOrb(String orb) |
void |
setPackage(String packageName) |
void |
setParameters(String parameters) |
void |
setVerbose(String verbose) |
protected String |
stripDirectory(String filename) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected String _parameters
protected String _orb
protected Hashtable _idlCompilerDefinitions
protected String _filename
protected String _destinationDirectory
protected String _packageName
protected String _buildList
protected boolean _debugOn
protected boolean _verbose
protected org.apache.tools.ant.types.FileSet _fileSet
public final void setDebug(String debug)
public final void setVerbose(String verbose)
public final void setDestdir(String destDir)
public void setBuildlist(String buildList)
public final void setPackage(String packageName)
public final void setParameters(String parameters)
public final void setFilename(String filename)
public final void setOrb(String orb)
protected boolean childrenContainsSubParam(Node n)
protected void parseIDLCompilerDefinitionsFile() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public boolean processIDL(IDLCompiler.IDLCompilerDetails idlCompiler, String filename, String packageName, String destDir, String mappings)
Copyright © 2021 JBoss by Red Hat. All rights reserved.