public class CpdXmlFileReportImpl extends org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport implements CpdXmlFileReport
| Constructor and Description |
|---|
CpdXmlFileReportImpl(java.lang.String name,
org.gradle.api.Task task) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding() |
java.lang.String |
getXmlRendererEncoding() |
void |
setEncoding(java.lang.String encoding) |
setDestinationconfigure, getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic CpdXmlFileReportImpl(java.lang.String name,
org.gradle.api.Task task)
public java.lang.String getEncoding()
getEncoding in interface CpdXmlFileReportCpd.getEncoding() or if also not set to
System.getProperty("file.encoding").public void setEncoding(java.lang.String encoding)
setEncoding in interface CpdXmlFileReportencoding - to be used when generating the XML report; defaults to
Cpd.getEncoding() or if also not set to
System.getProperty("file.encoding").Cpd.getEncoding()public java.lang.String getXmlRendererEncoding()