|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.ant.AntFileSetSourceAnalyzer
class AntFileSetSourceAnalyzer
SourceAnalyzer implementation that gets source files from one or more Ant FileSets.
Property Summary | |
---|---|
protected List |
fileSets
|
Constructor Summary | |
AntFileSetSourceAnalyzer(Project project, FileSet fileSet)
Construct a new instance on the specified Ant FileSet. |
|
AntFileSetSourceAnalyzer(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 |
Property Detail |
---|
protected List fileSets
Constructor Detail |
---|
public AntFileSetSourceAnalyzer(Project project, FileSet fileSet)
public AntFileSetSourceAnalyzer(Project project, List fileSets)
Method Detail |
---|
Results analyze(RuleSet ruleSet)
List getSourceDirectories()
Groovy Documentation