|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.ant.AntFileSetSourceAnalyzer
class AntFileSetSourceAnalyzer
SourceAnalyzer implementation that gets source files from one or more Ant FileSets.
| Field Summary | |
|---|---|
protected List |
fileSets
|
| Constructor Summary | |
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project, org.apache.tools.ant.types.FileSet fileSet)
Construct a new instance on the specified Ant FileSet. |
|
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project, List fileSets)
Construct a new instance on the specified List of Ant FileSets. |
|
| Method Summary | |
|---|---|
Results
|
analyze(RuleSet ruleSet)
Analyze all source code using the specified RuleSet and return the report results. |
List
|
getSourceDirectories()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected List fileSets
| Constructor Detail |
|---|
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project, org.apache.tools.ant.types.FileSet fileSet)
project - - the Ant Project; must not be nullfileSet - - the Ant FileSet; must not be null
AntFileSetSourceAnalyzer(org.apache.tools.ant.Project project, List fileSets)
project - - the Ant ProjectfileSets - - the List of Ant FileSet; my be empty; must not be null
| Method Detail |
|---|
Results analyze(RuleSet ruleSet)
ruleset - - the RuleSet to apply to each source component; must not be null.
List getSourceDirectories()
Groovy Documentation