Package com.deltaxml.docbook.config
Class AdvancedParameters
java.lang.Object
com.deltaxml.docbook.config.AdvancedParameters
The advanced settings 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 alignment parameter.Gets the value of the selectingUnrepresentableChange parameter.Gets the value of the validation parameter.voidSets the value of the advancedBehaviour parameter.voidsetAlignment(Alignment value) Sets the value of the alignment parameter.voidSets the value of the selectingUnrepresentableChange parameter.voidsetValidation(Validation value) Sets the value of the validation parameter.
-
Constructor Details
-
AdvancedParameters
public AdvancedParameters()Creates a newAdvancedParametersinstance. The advanced settings parameters provide a finer level of control over the comparison, the output, and error reporting.
-
-
Method Details
-
getAlignment
Gets the value of the alignment parameter.- Returns:
- the value of alignment
-
setAlignment
Sets the value of the alignment parameter.- Parameters:
value- the new value of alignment- Throws:
IllegalArgumentException- if value is null- See Also:
-
getValidation
Gets the value of the validation parameter.- Returns:
- the value of validation
-
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 selectingUnrepresentableChange
-
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 advancedBehaviour
-
setAdvancedBehaviour
Sets the value of the advancedBehaviour parameter.- Parameters:
value- the new value of advancedBehaviour- Throws:
IllegalArgumentException- if value is null- See Also:
-