Uses of Class
net.sourceforge.pmd.renderers.ColumnDescriptor
-
Packages that use ColumnDescriptor Package Description net.sourceforge.pmd.renderers -
-
Uses of ColumnDescriptor in net.sourceforge.pmd.renderers
Constructors in net.sourceforge.pmd.renderers with parameters of type ColumnDescriptor Constructor Description CSVRenderer(ColumnDescriptor<RuleViolation>[] columns, String theSeparator, String theCR)
Constructor parameters in net.sourceforge.pmd.renderers with type arguments of type ColumnDescriptor Constructor Description CSVWriter(List<ColumnDescriptor<T>> theColumns, String theSeparator, String theLineSeparator)
Deprecated.
-