org.exist.ant
Class XMLDBListTask

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.XMLDBListTask
All Implemented Interfaces:
Cloneable

public class XMLDBListTask
extends AbstractXMLDBTask

an ant task to list the sub-collections or resources in a collection

Author:
peter.klotz@blue-elephant-systems.com

Constructor Summary
XMLDBListTask()
           
 
Method Summary
 void execute()
           
 void setCollections(boolean collections)
           
 void setOutputproperty(String outputproperty)
           
 void setResources(boolean resources)
           
 void setSeparator(String separator)
           
 
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

XMLDBListTask

public XMLDBListTask()
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

setCollections

public void setCollections(boolean collections)

setResources

public void setResources(boolean resources)

setSeparator

public void setSeparator(String separator)

setOutputproperty

public void setOutputproperty(String outputproperty)


Copyright (C) Wolfgang Meier. All rights reserved.