org.exist.ant
Class ListGroupsTask

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.UserTask
                  extended by org.exist.ant.ListGroupsTask
All Implemented Interfaces:
Cloneable

public class ListGroupsTask
extends UserTask

an ant task to list groups

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

Constructor Summary
ListGroupsTask()
           
 
Method Summary
 void execute()
           
 void setOutputproperty(String outputproperty)
           
 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

ListGroupsTask

public ListGroupsTask()
Method Detail

execute

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

setOutputproperty

public void setOutputproperty(String outputproperty)

setSeparator

public void setSeparator(String separator)


Copyright (C) Wolfgang Meier. All rights reserved.