Package com.deltaxml.dita.config
Class AdvancedParameters
java.lang.Object
com.deltaxml.dita.config.AdvancedParameters
The advanced parameters provide a finer level of control over the comparison, the output, and error reporting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the advancedBehaviour parameter.Gets the value of the selectingUnrepresentableChange parameter.Gets the value of the validation parameter.voidSets the value of the advancedBehaviour parameter.voidSets the value of the selectingUnrepresentableChange parameter.voidsetValidation(Validation value) Sets the value of the validation parameter.
-
Constructor Details
-
AdvancedParameters
public AdvancedParameters()Create a newAdvancedParametersinstance. The advanced parameters provide a finer level of control over the comparison, the output, and error reporting.
-
-
Method Details
-
getValidation
Gets the value of the validation parameter.- Returns:
- the value of the validation parameter
-
setValidation
Sets the value of the validation parameter.- Parameters:
value- the new value of validation- Throws:
IllegalArgumentException- if value is null- See Also:
-
getSelectingUnrepresentableChange
Gets the value of the selectingUnrepresentableChange parameter.- Returns:
- the value of the selectingUnrepresentableChange parameter
-
setSelectingUnrepresentableChange
Sets the value of the selectingUnrepresentableChange parameter.- Parameters:
value- the new value of selectingUnrepresentableChange- Throws:
IllegalArgumentException- if value is null- See Also:
-
getAdvancedBehaviour
Gets the value of the advancedBehaviour parameter.- Returns:
- the value of the advancedBehaviour parameter
-
setAdvancedBehaviour
Sets the value of the advancedBehaviour parameter.- Parameters:
value- the new value of advancedBehaviour- Throws:
IllegalArgumentException- if value is null- See Also:
-