|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask
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 java.lang.Object |
clone, equals, finalize, 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 value
public void execute()
throws BuildException
BuildException - Description of Exception
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||