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