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 ResultsNodefindOrAddResultsNodeForPath(String path, String packageName) protected ResultsNodefindResultsNodeForPath(String path) groovy.lang.MetaClassgetProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Field Details
-
fileSets
-
rootResultsNode
-
-
Constructor Details
-
AntFileSetSourceAnalyzer
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
analyze
- Specified by:
analyzein interfaceSourceAnalyzer
-
getSourceDirectories
- Specified by:
getSourceDirectoriesin interfaceSourceAnalyzer
-
findResultsNodeForPath
-
findOrAddResultsNodeForPath
-