Package org.gmetrics.source
Class SourceCodeCriteria
- java.lang.Object
-
- org.gmetrics.source.SourceCodeCriteria
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class SourceCodeCriteria extends Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description SourceCodeCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplyToFileNames()
String
getApplyToFilesMatching()
String
getDoNotApplyToFileNames()
String
getDoNotApplyToFilesMatching()
groovy.lang.MetaClass
getMetaClass()
Object
getProperty(String property)
Object
invokeMethod(String method, Object arguments)
boolean
matches(SourceCode sourceCode)
void
setApplyToFileNames(String value)
void
setApplyToFilesMatching(String value)
void
setDoNotApplyToFileNames(String value)
void
setDoNotApplyToFilesMatching(String value)
void
setMetaClass(groovy.lang.MetaClass mc)
void
setProperty(String property, Object value)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
public Object invokeMethod(String method, Object arguments)
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
public void setProperty(String property, Object value)
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getApplyToFilesMatching
public String getApplyToFilesMatching()
-
setApplyToFilesMatching
public void setApplyToFilesMatching(String value)
-
getDoNotApplyToFilesMatching
public String getDoNotApplyToFilesMatching()
-
setDoNotApplyToFilesMatching
public void setDoNotApplyToFilesMatching(String value)
-
getApplyToFileNames
public String getApplyToFileNames()
-
setApplyToFileNames
public void setApplyToFileNames(String value)
-
getDoNotApplyToFileNames
public String getDoNotApplyToFileNames()
-
setDoNotApplyToFileNames
public void setDoNotApplyToFileNames(String value)
-
matches
public boolean matches(SourceCode sourceCode)
-
-