|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mevenide.reports.CheckstyleResult
Class encapsulating the result of checkstyle report. Reads the raw checkstyle report and makes it accessible from code. Assumes the report file is present. Was done against 3.4 version of checkstyle report
| Nested Class Summary | |
static class |
CheckstyleResult.Violation
|
| Constructor Summary | |
CheckstyleResult(org.mevenide.context.IQueryContext con)
Creates a new instance of CheckstyleResult |
|
| Method Summary | |
java.io.File[] |
getFiles()
|
java.util.List |
getViolationsForFile(java.io.File file)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CheckstyleResult(org.mevenide.context.IQueryContext con)
| Method Detail |
public java.io.File[] getFiles()
public java.util.List getViolationsForFile(java.io.File file)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||