| Constructor and Description |
|---|
VirtualResults(List violations) |
| Modifier and Type | Method and Description |
|---|---|
Results |
findResultsForPath(String path) |
List |
getChildren() |
groovy.lang.MetaClass |
getMetaClass() |
int |
getNumberOfFilesWithViolations(int maxPriority,
boolean recursive) |
int |
getNumberOfViolationsWithPriority(int priority,
boolean recursive) |
String |
getPath() |
Object |
getProperty(String property) |
int |
getTotalNumberOfFiles(boolean recursive) |
List |
getViolations() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isFile() |
void |
removeViolation(Violation v) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public VirtualResults(List violations)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic List getViolations()
getViolations in interface Resultspublic List getChildren()
getChildren in interface Resultspublic void removeViolation(Violation v)
removeViolation in interface Resultspublic int getNumberOfViolationsWithPriority(int priority,
boolean recursive)
getNumberOfViolationsWithPriority in interface Resultspublic int getTotalNumberOfFiles(boolean recursive)
getTotalNumberOfFiles in interface Resultspublic int getNumberOfFilesWithViolations(int maxPriority,
boolean recursive)
getNumberOfFilesWithViolations in interface Resultspublic Results findResultsForPath(String path)
findResultsForPath in interface ResultsCopyright © 2021. All rights reserved.