Package org.gmetrics.source
Class SourceCodeCriteria
- java.lang.Object
-
- org.gmetrics.source.SourceCodeCriteria
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class SourceCodeCriteria extends java.lang.Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description SourceCodeCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplyToFileNames()java.lang.StringgetApplyToFilesMatching()java.lang.StringgetDoNotApplyToFileNames()java.lang.StringgetDoNotApplyToFilesMatching()groovy.lang.MetaClassgetMetaClass()java.lang.ObjectgetProperty(java.lang.String property)java.lang.ObjectinvokeMethod(java.lang.String method, java.lang.Object arguments)booleanmatches(SourceCode sourceCode)voidsetApplyToFileNames(java.lang.String value)voidsetApplyToFilesMatching(java.lang.String value)voidsetDoNotApplyToFileNames(java.lang.String value)voidsetDoNotApplyToFilesMatching(java.lang.String value)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetProperty(java.lang.String property, java.lang.Object value)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
public void setProperty(java.lang.String property, java.lang.Object value)- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
getApplyToFilesMatching
public java.lang.String getApplyToFilesMatching()
-
setApplyToFilesMatching
public void setApplyToFilesMatching(java.lang.String value)
-
getDoNotApplyToFilesMatching
public java.lang.String getDoNotApplyToFilesMatching()
-
setDoNotApplyToFilesMatching
public void setDoNotApplyToFilesMatching(java.lang.String value)
-
getApplyToFileNames
public java.lang.String getApplyToFileNames()
-
setApplyToFileNames
public void setApplyToFileNames(java.lang.String value)
-
getDoNotApplyToFileNames
public java.lang.String getDoNotApplyToFileNames()
-
setDoNotApplyToFileNames
public void setDoNotApplyToFileNames(java.lang.String value)
-
matches
public boolean matches(SourceCode sourceCode)
-
-