|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
rj.tools.jcsc | |
rj.tools.jcsc.ant | |
rj.tools.jcsc.rules | |
rj.tools.jcsc.ui |
Uses of Rule in rj.tools.jcsc |
Methods in rj.tools.jcsc that return Rule | |
Rule |
Violation.getRule()
getRule |
Methods in rj.tools.jcsc with parameters of type Rule | |
void |
Violation.setRule(Rule rule)
setRule |
Constructors in rj.tools.jcsc with parameters of type Rule | |
Violation(Rule rule,
java.lang.String sourcePath,
java.lang.String className,
java.lang.String packageName,
java.lang.String message,
int line,
int column)
Creates a Violation instance |
Uses of Rule in rj.tools.jcsc.ant |
Methods in rj.tools.jcsc.ant that return Rule | |
Rule |
OverviewStatistics.getRule(java.lang.String ruleName)
Get the Rule instance having the name |
Uses of Rule in rj.tools.jcsc.rules |
Methods in rj.tools.jcsc.rules that return Rule | |
static Rule |
RulesHandler.getRuleFromMap(java.util.Map rules,
java.lang.String name)
Get the rule from the map of all rules if the rule was not found the default rule is being returned. |
Uses of Rule in rj.tools.jcsc.ui |
Fields in rj.tools.jcsc.ui declared as Rule | |
protected Rule[] |
AbstractJcscTab.mRules
The logical rule objects of a tab |
Methods in rj.tools.jcsc.ui with parameters of type Rule | |
protected void |
AbstractJcscTab.addRules(Rule[] rules)
Add an array of Rules to the Tab |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |