Package | Description |
---|---|
org.tanjakostic.jcleancim.validation |
Classes responsible for validating the model and the rules to apply.
|
Modifier and Type | Field and Description |
---|---|
private Rule.Severity |
AbstractRule._severity |
Modifier and Type | Method and Description |
---|---|
Rule.Severity |
Rule.getSeverity()
Returns severity if this rule is violated.
|
Rule.Severity |
AbstractRule.getSeverity() |
static Rule.Severity |
Rule.Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.Severity[] |
Rule.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractRule.AbstractRuleWithSubobjectsAndSkips(org.apache.log4j.Logger extLogger,
org.apache.log4j.Level level,
Rule.Severity severity,
Rule.Category category,
java.lang.String hypothesis,
java.lang.String howToFix,
java.lang.String what) |
AbstractRule(org.apache.log4j.Logger extLogger,
org.apache.log4j.Level level,
Rule.Severity severity,
Rule.Category category,
java.lang.String hypothesis,
java.lang.String howToFix)
Constructor.
|
AbstractRule(org.apache.log4j.Logger extLogger,
org.apache.log4j.Level level,
Rule.Severity severity,
Rule.Category category,
java.lang.String hypothesis,
java.lang.String howToFix,
java.lang.String what)
Constructor.
|
ClassValidator.ClassesWithQuestionableAttributeCount(org.apache.log4j.Level level,
Rule.Severity severity,
java.lang.String hypo,
java.lang.String howToFix) |
Copyright 2009-2015 Tatjana (Tanja) Kostic