public abstract class CpdCsvFileReportImpl extends CpdReportInternal implements CpdCsvFileReport
DEFAULT_INCLUDE_LINE_COUNT, DEFAULT_SEPARATOR| Constructor and Description |
|---|
CpdCsvFileReportImpl(java.lang.String name,
org.gradle.api.Task task) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Character |
getSeparator() |
boolean |
isIncludeLineCount()
Note: Property is originally named
lineCountPerFile and meaning is inverted, see .... |
void |
setIncludeLineCount(boolean includeLineCount) |
void |
setSeparator(java.lang.Character separator) |
configure, getDisplayName, getName, getOutputType, getProjectLayout, setDestinationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputLocation, getOutputType@Inject
public CpdCsvFileReportImpl(java.lang.String name,
org.gradle.api.Task task)
public java.lang.Character getSeparator()
getSeparator in interface CpdCsvFileReportCharacter used to generate CSV report; defaults to CpdCsvFileReport.DEFAULT_SEPARATOR.public void setSeparator(java.lang.Character separator)
setSeparator in interface CpdCsvFileReportseparator - to be used when generating the CSV report; defaults to CpdCsvFileReport.DEFAULT_SEPARATOR.public boolean isIncludeLineCount()
CpdCsvFileReportlineCountPerFile and meaning is inverted, see ....isIncludeLineCount in interface CpdCsvFileReportCpdCsvFileReport.DEFAULT_INCLUDE_LINE_COUNT.public void setIncludeLineCount(boolean includeLineCount)
setIncludeLineCount in interface CpdCsvFileReportincludeLineCount - to be used when generating the CSV report; defaults to CpdCsvFileReport.DEFAULT_INCLUDE_LINE_COUNT.