public class AntFileSetSourceAnalyzer extends Object implements SourceAnalyzer, groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected List |
fileSets |
protected ResultsNode |
rootResultsNode |
| Constructor and Description |
|---|
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project,
List fileSets) |
| Modifier and Type | Method and 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 © 2015. All rights reserved.