org.opends.server.tools
Class LDAPDeleteOptions

java.lang.Object
  extended by org.opends.server.tools.LDAPToolOptions
      extended by org.opends.server.tools.LDAPDeleteOptions

public class LDAPDeleteOptions
extends LDAPToolOptions

This class defines options for all the delete operations used by the ldapdelete tool.


Constructor Summary
LDAPDeleteOptions()
          Creates the options instance.
 
Method Summary
 boolean getDeleteSubtree()
          Get the value of the deleteSubtree flag.
 void setDeleteSubtree(boolean deleteSubtree)
          Set whether to delete the entire subtree or not.
 
Methods inherited from class org.opends.server.tools.LDAPToolOptions
continueOnError, getControls, getEncoding, getVerbose, setContinueOnError, setControls, setEncoding, setShowOperations, setVerbose, showOperations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPDeleteOptions

public LDAPDeleteOptions()
Creates the options instance.

Method Detail

setDeleteSubtree

public void setDeleteSubtree(boolean deleteSubtree)
Set whether to delete the entire subtree or not.

Parameters:
deleteSubtree - Indicates whether to delete the entire subtree.

getDeleteSubtree

public boolean getDeleteSubtree()
Get the value of the deleteSubtree flag.

Returns:
true if the subtree delete control should be included in the request, or false if not.