|
|||||||||
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
symplik.flower.CallaAntTask
public class CallaAntTask
Ant Task to run CALLA in Silent mode (playback operation) Usage example:
<property name="calla.dir" location="C:\Program Files\SYMPLiK\CALLA" />
<taskdef name="calla"
classname="symplik.flower.CallAntTask"
classpath="${calla.dir}/classes:
${calla.dir}/lib/CALLA.jar:
${calla.dir}/lib/jdom-jaxen-1.1.1.zip:
${calla.dir}/lib/[other jar files]
/>
<target name="runCalla">
<calla configFile="${calla.dir}\flower.properties"/>
</target>
Field Summary | |
---|---|
private java.lang.String |
configFile
|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
CallaAntTask()
|
Method Summary | |
---|---|
void |
execute()
|
java.lang.String |
getConfigFile()
Config file Getter method |
void |
setConfigFile(java.lang.String configFile)
Config file Setter method |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String configFile
Constructor Detail |
---|
public CallaAntTask()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setConfigFile(java.lang.String configFile)
configFile
- (flower.properties)public java.lang.String getConfigFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |