public abstract 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() |
void |
setEncoding(java.lang.String encoding) |
getProjectLayoutconfigure, getDestination, getDisplayName, getName, getOutputLocation, getOutputType, isEnabled, setDestination, setDestination, setEnabled, setEnabled, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOutputLocation, getOutputTypesetDestination, setDestination, setEnabled, setEnabled@Inject
public 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()