public class DirectorySourceAnalyzer extends AbstractSourceAnalyzer
Constructor and Description |
---|
DirectorySourceAnalyzer() |
Modifier and Type | Method and Description |
---|---|
Results |
analyze(RuleSet ruleSet) |
String |
getApplyToFileNames() |
String |
getApplyToFilesMatching() |
String |
getBaseDirectory() |
String |
getDoNotApplyToFileNames() |
String |
getDoNotApplyToFilesMatching() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static Object |
getSEP() |
List |
getSourceDirectories() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setApplyToFileNames(String value) |
void |
setApplyToFilesMatching(String value) |
void |
setBaseDirectory(String value) |
void |
setDoNotApplyToFileNames(String value) |
void |
setDoNotApplyToFilesMatching(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSourceDirectories(List value) |
collectViolations
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class AbstractSourceAnalyzer
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class AbstractSourceAnalyzer
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class AbstractSourceAnalyzer
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class AbstractSourceAnalyzer
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class AbstractSourceAnalyzer
public static Object getSEP()
public String getBaseDirectory()
public void setBaseDirectory(String value)
public List getSourceDirectories()
public void setSourceDirectories(List value)
public String getApplyToFilesMatching()
public void setApplyToFilesMatching(String value)
public String getDoNotApplyToFilesMatching()
public void setDoNotApplyToFilesMatching(String value)
public String getApplyToFileNames()
public void setApplyToFileNames(String value)
public String getDoNotApplyToFileNames()
public void setDoNotApplyToFileNames(String value)
Copyright © 2022. All rights reserved.