|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface Results
Represents the results of applying rules to one or more source files/directories
Method Summary | |
---|---|
Results
|
findResultsForPath(String path)
Return the Results object with the specified path within this results object or its descendents. |
List
|
getChildren()
|
int
|
getNumberOfFilesWithViolations(boolean recursive)
Return the number of files with violations |
int
|
getNumberOfViolationsWithPriority(int priority, boolean recursive)
Return the number of violations with the specified priority |
String
|
getPath()
|
int
|
getTotalNumberOfFiles(boolean recursive)
Return the total number of (Groovy) files analyzed |
List
|
getViolationsWithPriority(int priority)
Return the List of violations with the specified priority |
boolean
|
isFile()
|
Method Detail |
---|
Results findResultsForPath(String path)
List getChildren()
int getNumberOfFilesWithViolations(boolean recursive)
int getNumberOfViolationsWithPriority(int priority, boolean recursive)
String getPath()
int getTotalNumberOfFiles(boolean recursive)
List getViolationsWithPriority(int priority)
boolean isFile()
Groovy Documentation