public class JavaPeerUptodateTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
JavaPeerUptodateTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setInputFile(File inputFile)
Sets the class file to enhance.
|
void |
setOutputFile(File outputFile)
Sets the enhanced output file.
|
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 setOutputFile(File outputFile)
outputFile - the enhanced output filepublic 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.