public class CppPeerUptodateTask
extends org.apache.tools.ant.Task
<CppPeerUptodate> check for whether C++ peer files are up to date.
Example: <CppPeerUptodate inputFile="input.class" outputHeaders="output/include"
outputSources="output/source" property="cpp.peer.skip"/>| Constructor and Description |
|---|
CppPeerUptodateTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setInputFile(File inputFile)
Sets the class file to enhance.
|
void |
setOutputHeaders(File outputHeaders)
Sets the directory containing the output header files.
|
void |
setOutputSources(File outputSources)
Sets the directory containing the output source files.
|
void |
setProperty(String property)
Sets the name of the property to set if the peer class needs to be enhanced.
|
String |
toString() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setInputFile(File inputFile)
inputFile - the class file to enhancepublic void setOutputHeaders(File outputHeaders)
outputHeaders - the directory containing the output header filespublic void setOutputSources(File outputSources)
outputSources - the directory containing the output source filespublic void setProperty(String property)
property - the name of the property to set if the peer class needs to be enhancedpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2012. All Rights Reserved.