Package com.qulice.spi
Class Violation.Default
java.lang.Object
com.qulice.spi.Violation.Default
- All Implemented Interfaces:
Violation
,Comparable<Violation>
- Enclosing interface:
- Violation
Default validation result.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.qulice.spi.Violation
Violation.Default
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Default
Constructor.- Parameters:
vldtr
- Name of the validatorname
- Name of the failed checkfile
- Validated filelns
- Lines with the problemmsg
- Validation message- Suppressed Checkstyle violations:
- ParameterNumber (3 lines)
-
-
Method Details
-
validator
Description copied from interface:Violation
Name of the validator that generated this violation information. -
name
Description copied from interface:Violation
Name of the failed check. -
file
Description copied from interface:Violation
Validated file. -
lines
Description copied from interface:Violation
Lines with the problem. -
message
Description copied from interface:Violation
Validation message. -
compareTo
- Specified by:
compareTo
in interfaceComparable<Violation>
-