|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.xindice.tools.DeploymentTask
Handles basic deployment of Xindice services using ant.
Constructor Summary | |
DeploymentTask()
Constructor for creating a new DeploymentTask. |
Method Summary | |
void |
execute()
Executes the task. |
void |
setActivity(java.lang.String name)
Sets the Activity attribute of the DeploymentTask object |
void |
setClass(java.lang.String name)
Sets the Implementation class attribute of the DeploymentTask object |
void |
setCollection(java.lang.String name)
Sets the Collection attribute of the DeploymentTask object |
void |
setDatabase(java.lang.String name)
Sets the Database attribute of the DeploymentTask object |
void |
setHome(java.lang.String name)
Sets the Home attribute of the DeploymentTask object |
void |
setName(java.lang.String name)
Sets the Name to use for the document or XMLObject. |
void |
setPath(java.lang.String name)
Sets the Path attribute of the DeploymentTask object |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeploymentTask()
Method Detail |
public void setName(java.lang.String name)
name
- The new Name valuepublic void setHome(java.lang.String name)
name
- The new Home valuepublic void setPath(java.lang.String name)
name
- The new Path valuepublic void setCollection(java.lang.String name)
name
- The new Collection valuepublic void setDatabase(java.lang.String name)
name
- The new Database valuepublic void setActivity(java.lang.String name)
name
- The new Activity valuepublic void setClass(java.lang.String name)
name
- The new Activity valuepublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- Description of Exception
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |