public abstract class AbstractParameters extends Object implements TaskParameters
| Constructor and Description |
|---|
AbstractParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ExistingOutputPolicy |
getExistingOutputPolicy() |
int |
hashCode() |
boolean |
isLenient() |
void |
setExistingOutputPolicy(ExistingOutputPolicy existingOutputPolicy)
sets the policy to use in case of an already existing output is found.
|
void |
setLenient(boolean lenient) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOutputpublic ExistingOutputPolicy getExistingOutputPolicy()
getExistingOutputPolicy in interface TaskParameterspublic void setExistingOutputPolicy(ExistingOutputPolicy existingOutputPolicy)
TaskParameterssetExistingOutputPolicy in interface TaskParametersexistingOutputPolicy - the policy to setpublic boolean isLenient()
isLenient in interface TaskParameterspublic void setLenient(boolean lenient)
setLenient in interface TaskParameterslenient - true if the task has to be executed in lenient mode, trying to overcome execution errorsCopyright © 2021 sejda. All rights reserved.