public class GMetricsTask
extends org.apache.tools.ant.Task
implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
createGMetricsRunner |
protected java.util.List |
fileSets |
protected java.util.List |
reportWriters |
| Constructor and Description |
|---|
GMetricsTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredReport(Report report) |
void |
addFileset(org.apache.tools.ant.types.FileSet fileSet) |
void |
execute() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.String |
getMetricSetFile() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setMetricSetFile(java.lang.String value) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected java.util.List reportWriters
protected java.util.List fileSets
protected java.lang.Object createGMetricsRunner
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic java.lang.String getMetricSetFile()
public void setMetricSetFile(java.lang.String value)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addFileset(org.apache.tools.ant.types.FileSet fileSet)
public void addConfiguredReport(Report report)