|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
org.apache.xindice.tools.DeploymentTask
public class 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(String name)
Sets the Activity attribute of the DeploymentTask object |
void |
setClass(String name)
Sets the Implementation class attribute of the DeploymentTask object |
void |
setCollection(String name)
Sets the Collection attribute of the DeploymentTask object |
void |
setDatabase(String name)
Sets the Database attribute of the DeploymentTask object |
void |
setHome(String name)
Sets the Home attribute of the DeploymentTask object |
void |
setName(String name)
Sets the Name to use for the document or XMLObject. |
void |
setPath(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(String name)
name
- The new Name valuepublic void setHome(String name)
name
- The new Home valuepublic void setPath(String name)
name
- The new Path valuepublic void setCollection(String name)
name
- The new Collection valuepublic void setDatabase(String name)
name
- The new Database valuepublic void setActivity(String name)
name
- The new Activity valuepublic void setClass(String name)
name
- The new Activity valuepublic void execute() throws BuildException
BuildException
- Description of Exception
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |