public class GMetricsTask
extends org.apache.tools.ant.Task
implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected Object |
createGMetricsRunner |
protected List |
fileSets |
protected 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() |
String |
getMetricSetFile() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setMetricSetFile(String value) |
void |
setProperty(String property,
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 List reportWriters
protected List fileSets
protected 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 Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getMetricSetFile()
public void setMetricSetFile(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)
Copyright © 2015. All rights reserved.