|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.LDAPToolOptions
org.opends.server.tools.LDAPDeleteOptions
public class LDAPDeleteOptions
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 |
---|
public LDAPDeleteOptions()
Method Detail |
---|
public void setDeleteSubtree(boolean deleteSubtree)
deleteSubtree
- Indicates whether to delete the entire subtree.public boolean getDeleteSubtree()
true
if the subtree delete control should be
included in the request, or false
if not.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |