class VirtualResults
This is a Results object for something that has no real file system, such as a string.
Constructor and description |
---|
VirtualResults
(List violations) |
Type Params | Return Type | Name and description |
---|---|---|
|
Results |
findResultsForPath(String path) |
|
List |
getChildren() |
|
int |
getNumberOfFilesWithViolations(int maxPriority, boolean recursive) |
|
int |
getNumberOfViolationsWithPriority(int priority, boolean recursive) |
|
String |
getPath() |
|
int |
getTotalNumberOfFiles(boolean recursive) |
|
List |
getViolations() |
|
boolean |
isFile() |