|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rule
Represents a source code analysis rule .
| Method Summary | |
|---|---|
List<Violation> |
applyTo(SourceCode sourceCode)
Apply this rule to the specified source and return a list of violations (or an empty List) |
String |
getName()
|
int |
getPriority()
|
| Method Detail |
|---|
List<Violation> applyTo(SourceCode sourceCode)
throws Throwable
sourceCode - - the source to apply this rule to
Throwable - could throw anythingint getPriority()
String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||