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>
-
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 -
Method Summary
Methods inherited from class de.aaschmid.gradle.plugins.cpd.internal.CpdReportInternal
configure, getDisplayName, getName, getOutputType, getProjectLayoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface org.gradle.api.reporting.Report
getDisplayName, getName, getRequiredMethods inherited from interface org.gradle.api.reporting.SingleFileReport
getOutputLocation, getOutputType
-
Constructor Details
-
CpdXmlFileReportImpl
-
-
Method Details
-
getEncoding
- Specified by:
getEncodingin interfaceCpdXmlFileReport- Returns:
- the encoding used to generate XML report; defaults to
Cpd.getEncoding()or if also not set toSystem.getProperty("file.encoding").
-
setEncoding
- Specified by:
setEncodingin interfaceCpdXmlFileReport- Parameters:
encoding- to be used when generating the XML report; defaults toCpd.getEncoding()or if also not set toSystem.getProperty("file.encoding").- See Also:
-