|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.npsnet.xrti.utilities.CompileProxiesTask
An Ant task that invokes the XRTI proxy compiler.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
CompileProxiesTask()
Constructor. |
|
| Method Summary | |
void |
execute()
Invokes the proxy compiler. |
void |
setFdd(java.io.File federationDescriptionDocument)
Sets the federation description document to base generated classes on. |
void |
setInteractionlistenername(java.lang.String interactionListenerName)
Sets the (unprefixed) interaction listener interface name. |
void |
setPackageprefix(java.lang.String packagePrefix)
Sets the package prefix for generated source files. |
void |
setProxyambassadorName(java.lang.String proxyAmbassadorName)
Sets the (unprefixed) proxy ambassador class name. |
void |
setTargetdirectory(java.io.File targetDirectory)
Sets the target directory in which to place generated source files. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompileProxiesTask()
| Method Detail |
public void setFdd(java.io.File federationDescriptionDocument)
federationDescriptionDocument - the federation description documentpublic void setTargetdirectory(java.io.File targetDirectory)
targetDirectory - the target directorypublic void setPackageprefix(java.lang.String packagePrefix)
packagePrefix - the package prefix for generated source filespublic void setProxyambassadorName(java.lang.String proxyAmbassadorName)
proxyAmbassadorName - the proxy ambassador class namepublic void setInteractionlistenername(java.lang.String interactionListenerName)
interactionListenerName - the interaction listener interface name
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||