Package ch.mobi.mobitor.domain.screen
Interface RuleEvaluation
-
public interface RuleEvaluation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddViolation(java.lang.String environment, ApplicationInformation applicationInformation, RuleViolationSeverity severity, java.lang.String message)booleanhasErrors()booleanhasWarnings()
-
-
-
Method Detail
-
addViolation
void addViolation(java.lang.String environment, ApplicationInformation applicationInformation, RuleViolationSeverity severity, java.lang.String message)
-
hasErrors
boolean hasErrors()
-
hasWarnings
boolean hasWarnings()
-
-