CheckstyleXsltReport

mill.javalib.checkstyle.CheckstyleXsltReport
See theCheckstyleXsltReport companion object
@Scaladoc(value = "/**\n * A report obtained by transforming a Checkstyle output report.\n *\n * @param xslt path to an [[https://www.w3.org/TR/xslt/ XSLT]] file\n * @param output path to the transformed output report\n */")
case class CheckstyleXsltReport(xslt: PathRef, output: PathRef)

A report obtained by transforming a Checkstyle output report.

Value parameters

output

path to the transformed output report

xslt

path to an XSLT file

Attributes

Companion
object
Source
CheckstyleXsltReport.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product