groovy.lang.GroovyObject, SourceAnalyzerpublic class AntFileSetSourceAnalyzer extends Object implements SourceAnalyzer, groovy.lang.GroovyObject
| Modifier and Type | Field | Description |
|---|---|---|
protected List |
fileSets |
|
protected ResultsNode |
rootResultsNode |
| Constructor | Description |
|---|---|
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project,
List fileSets) |
| Modifier and Type | Method | Description |
|---|---|---|
ResultsNode |
analyze(MetricSet metricSet) |
|
protected ResultsNode |
findOrAddResultsNodeForPath(String path,
String packageName) |
|
protected ResultsNode |
findResultsNodeForPath(String path) |
|
groovy.lang.MetaClass |
getMetaClass() |
|
Object |
getProperty(String property) |
|
List |
getSourceDirectories() |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setProperty(String property,
Object value) |
protected List fileSets
protected ResultsNode rootResultsNode
public AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project,
List fileSets)
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 ResultsNode analyze(MetricSet metricSet)
analyze in interface SourceAnalyzerpublic List getSourceDirectories()
getSourceDirectories in interface SourceAnalyzerprotected ResultsNode findResultsNodeForPath(String path)
protected ResultsNode findOrAddResultsNodeForPath(String path, String packageName)
Copyright © 2019. All rights reserved.