Package org.codenarc.report
Class SortableHtmlReportWriter.ViolationAndPath
java.lang.Object
org.codenarc.report.SortableHtmlReportWriter.ViolationAndPath
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
SortableHtmlReportWriter
private class SortableHtmlReportWriter.ViolationAndPath
extends Object
implements groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClass
getPath()
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
void
setProperty
(String property, Object value) void
setViolation
(Violation value)
-
Constructor Details
-
ViolationAndPath
private ViolationAndPath()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getViolation
-
setViolation
-
getPath
-
setPath
-