org.exist.ant
Class XMLDBShutdownTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.exist.ant.AbstractXMLDBTask
              extended by org.exist.ant.XMLDBShutdownTask
All Implemented Interfaces:
Cloneable

public class XMLDBShutdownTask
extends AbstractXMLDBTask

an ant task to shutdown a XMLDB database

Author:
Wolfgang Meier (wolfgang@exist-db.org)

slightly modified by:, peter.klotz@blue-elephant-systems.com


Constructor Summary
XMLDBShutdownTask()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.exist.ant.AbstractXMLDBTask
setConfiguration, setDriver, setFailonerror, setInitdb, setPassword, setUri, setUser
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDBShutdownTask

public XMLDBShutdownTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright (C) Wolfgang Meier. All rights reserved.