Package org.gmetrics.ant
Class AntFileSetSourceAnalyzer
java.lang.Object
org.gmetrics.ant.AntFileSetSourceAnalyzer
- All Implemented Interfaces:
groovy.lang.GroovyObject
,SourceAnalyzer
public class AntFileSetSourceAnalyzer
extends Object
implements SourceAnalyzer, groovy.lang.GroovyObject
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAntFileSetSourceAnalyzer
(org.apache.tools.ant.Project project, List fileSets) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResultsNode
findOrAddResultsNodeForPath
(String path, String packageName) protected ResultsNode
findResultsNodeForPath
(String path) groovy.lang.MetaClass
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value)
-
Field Details
-
fileSets
-
rootResultsNode
-
-
Constructor Details
-
AntFileSetSourceAnalyzer
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
analyze
- Specified by:
analyze
in interfaceSourceAnalyzer
-
getSourceDirectories
- Specified by:
getSourceDirectories
in interfaceSourceAnalyzer
-
findResultsNodeForPath
-
findOrAddResultsNodeForPath
-