Class GMetricsTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.gmetrics.ant.GMetricsTask
All Implemented Interfaces:
groovy.lang.GroovyObject, Cloneable

public class GMetricsTask extends org.apache.tools.ant.Task implements groovy.lang.GroovyObject
  • Field Details

    • reportWriters

      protected List reportWriters
    • fileSets

      protected List fileSets
    • createGMetricsRunner

      protected Object createGMetricsRunner
  • Constructor Details

    • GMetricsTask

      public GMetricsTask()
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getMetricSetFile

      public String getMetricSetFile()
    • setMetricSetFile

      public void setMetricSetFile(String value)
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException
    • addFileset

      public void addFileset(org.apache.tools.ant.types.FileSet fileSet)
    • addConfiguredReport

      public void addConfiguredReport(Report report)