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, wait
getOutput
public ExistingOutputPolicy getExistingOutputPolicy()
getExistingOutputPolicy
in interface TaskParameters
public void setExistingOutputPolicy(ExistingOutputPolicy existingOutputPolicy)
TaskParameters
setExistingOutputPolicy
in interface TaskParameters
existingOutputPolicy
- the policy to setpublic boolean isLenient()
isLenient
in interface TaskParameters
public void setLenient(boolean lenient)
setLenient
in interface TaskParameters
lenient
- true if the task has to be executed in lenient mode, trying to overcome execution errorsCopyright © 2019 sejda. All rights reserved.