public class FilesystemSourceAnalyzer extends AbstractSourceAnalyzer
| Constructor and Description |
|---|
FilesystemSourceAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
Results |
analyze(RuleSet ruleSet) |
String |
getBaseDirectory() |
static Object |
getDEFAULT_INCLUDES() |
String |
getExcludes() |
String |
getIncludes() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static Object |
getSEP() |
List |
getSourceDirectories() |
protected void |
initializeWildcardPatterns() |
Object |
invokeMethod(String method,
Object arguments) |
protected boolean |
matches(SourceCode sourceFile) |
void |
setBaseDirectory(String value) |
void |
setExcludes(String value) |
void |
setIncludes(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
collectViolationspublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractSourceAnalyzerpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractSourceAnalyzerpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractSourceAnalyzerpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractSourceAnalyzerpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractSourceAnalyzerpublic static Object getSEP()
public static Object getDEFAULT_INCLUDES()
public String getBaseDirectory()
public void setBaseDirectory(String value)
public String getIncludes()
public void setIncludes(String value)
public String getExcludes()
public void setExcludes(String value)
public List getSourceDirectories()
protected boolean matches(SourceCode sourceFile)
protected void initializeWildcardPatterns()
Copyright © 2021. All rights reserved.