public class JrpcgenTask
extends org.apache.tools.ant.Task
The Remote Tea library is a complete open source implementation of the ONC/RPC standard, developped by the Chair of Process Control Engineering of University of Aachen, Germany.
Remote Tea can be found at http://www.plt.rwth-aachen.de/ks/english/remotetea.html.
The task attributes are:
Constructor and Description |
---|
JrpcgenTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setBackup(boolean backup) |
void |
setCreatedir(boolean createDir) |
void |
setDebug(boolean debug) |
void |
setDestdir(File destDir) |
void |
setPackage(String packageName) |
void |
setSrcfile(File srcFile) |
void |
setVerbose(boolean verbose) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSrcfile(File srcFile)
public void setDestdir(File destDir)
public void setPackage(String packageName)
public void setCreatedir(boolean createDir)
public void setDebug(boolean debug)
public void setVerbose(boolean verbose)
public void setBackup(boolean backup)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2022. All rights reserved.