public class LDAPToolOptions extends Object
| Constructor and Description |
|---|
LDAPToolOptions()
Creates a the tool options instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueOnError()
Return the continueOnError flag value.
|
ArrayList<Control> |
getControls()
Return the controls to apply to the operation.
|
String |
getEncoding()
Return the encoding value.
|
boolean |
getVerbose()
Return the verbose flag value.
|
void |
setContinueOnError(boolean continueOnError)
Set whether to use continue on error or not.
|
void |
setControls(ArrayList<Control> controls)
Specifies the set of controls to apply to the operation.
|
void |
setEncoding(String encodingStr)
Set the encoding.
|
void |
setShowOperations(boolean showOperations)
Set whether to show what would be run but not actually do it.
|
void |
setVerbose(boolean verbose)
Set verbose flag.
|
boolean |
showOperations()
Return the showOperations flag value.
|
public LDAPToolOptions()
public void setShowOperations(boolean showOperations)
showOperations - True if we need to show what needs to be done.public boolean showOperations()
true if the operations should only be displayed, or
false if they should actually be performed.public void setVerbose(boolean verbose)
verbose - Indicates whether the tool should operate in verbose mode.public boolean getVerbose()
true if the tool should operate in verbose mode, or
false if not.public void setContinueOnError(boolean continueOnError)
continueOnError - True if processing should continue on
error, false otherwise.public boolean continueOnError()
true if the tool should continue processing
operations if an error occurs with a previous operation, or
false if not.public ArrayList<Control> getControls()
public void setControls(ArrayList<Control> controls)
controls - The set of controls to apply to the operation.public void setEncoding(String encodingStr)
encodingStr - The encoding to use for string values.public String getEncoding()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.