Uses of Interface
com.qulice.spi.Violation
-
-
Uses of Violation in com.qulice.spi
Classes in com.qulice.spi that implement Violation Modifier and Type Class Description static class
Violation.Default
Default validation result.Methods in com.qulice.spi that return types with arguments of type Violation Modifier and Type Method Description Collection<Violation>
ResourceValidator. validate(Collection<File> files)
Validate and throws exception if there are any problems.Methods in com.qulice.spi with parameters of type Violation Modifier and Type Method Description int
Violation.Default. compareTo(Violation other)
-