Class GMetricsTask

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, java.lang.Cloneable

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object createGMetricsRunner  
      protected java.util.List fileSets  
      protected java.util.List reportWriters  
      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      GMetricsTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class org.apache.tools.ant.Task

        bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reportWriters

        protected java.util.List reportWriters
      • fileSets

        protected java.util.List fileSets
      • createGMetricsRunner

        protected java.lang.Object createGMetricsRunner
    • Constructor Detail

      • GMetricsTask

        public GMetricsTask()
    • Method Detail

      • 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 java.lang.Object invokeMethod​(java.lang.String method,
                                             java.lang.Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
      • getProperty

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

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

        public java.lang.String getMetricSetFile()
      • setMetricSetFile

        public void setMetricSetFile​(java.lang.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)