public interface Violations
| Modifier and Type | Method and Description |
|---|---|
void |
checkForViolations() |
List<Problem> |
getDiagnosticsProblems() |
Set<ClassDependencyInfo> |
getMissingClasses() |
Set<FieldDependencyInfo> |
getMissingFields() |
Set<MethodDependencyInfo> |
getMissingMethods() |
List<Problem> |
getSevereDiagnosticsProblems() |
boolean |
hasSevereViolations() |
Set<MethodDependencyInfo> getMissingMethods()
Set<ClassDependencyInfo> getMissingClasses()
Set<FieldDependencyInfo> getMissingFields()
boolean hasSevereViolations()
void checkForViolations()
Copyright © 2015. All rights reserved.