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.Category |
AbstractRule._category |
Modifier and Type | Method and Description |
---|---|
Rule.Category |
Rule.getCategory()
Returns rule category.
|
Rule.Category |
AbstractRule.getCategory() |
static Rule.Category |
Rule.Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.Category[] |
Rule.Category.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.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic