Class CpdXmlFileReportImpl

java.lang.Object
de.aaschmid.gradle.plugins.cpd.internal.CpdReportInternal
de.aaschmid.gradle.plugins.cpd.internal.CpdXmlFileReportImpl
All Implemented Interfaces:
CpdXmlFileReport, org.gradle.api.reporting.ConfigurableReport, org.gradle.api.reporting.Report, org.gradle.api.reporting.SingleFileReport, org.gradle.util.Configurable<org.gradle.api.reporting.Report>

public abstract class CpdXmlFileReportImpl extends CpdReportInternal implements CpdXmlFileReport
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.reporting.Report

    org.gradle.api.reporting.Report.OutputType
  • Field Summary

    Fields inherited from interface org.gradle.api.reporting.Report

    NAMER
  • Constructor Summary

    Constructors
    Constructor
    Description
    CpdXmlFileReportImpl(String name, org.gradle.api.Task task)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setEncoding(String encoding)
     

    Methods inherited from class de.aaschmid.gradle.plugins.cpd.internal.CpdReportInternal

    configure, getDisplayName, getName, getOutputType, getProjectLayout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gradle.util.Configurable

    configure

    Methods inherited from interface org.gradle.api.reporting.Report

    getDisplayName, getName, getRequired

    Methods inherited from interface org.gradle.api.reporting.SingleFileReport

    getOutputLocation, getOutputType
  • Constructor Details

    • CpdXmlFileReportImpl

      @Inject public CpdXmlFileReportImpl(String name, org.gradle.api.Task task)
  • Method Details