org.exist.ant
Class RemoveUserTask

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

public class RemoveUserTask
extends UserTask

an ant task to remove a name

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

Constructor Summary
RemoveUserTask()
           
 
Method Summary
 void execute()
           
 void setName(String name)
           
 
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

RemoveUserTask

public RemoveUserTask()
Method Detail

execute

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

setName

public void setName(String name)


Copyright (C) Wolfgang Meier. All rights reserved.