public abstract class CpdXmlFileReportImpl extends CpdReportInternal 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) |
configure, getDisplayName, getName, getOutputType, getProjectLayout, setDestinationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputLocation, getOutputType@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()