|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mevenide.reports.PmdResult
public final class PmdResult
Class encapsulating the result of pmd report. Reads the raw pmd report and makes it accessible from code. Assumes the report file is present.
| Nested Class Summary | |
|---|---|
static class |
PmdResult.Violation
|
| Constructor Summary | |
|---|---|
PmdResult(org.mevenide.context.IQueryContext con)
Creates a new instance of PmdResult |
|
| 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 PmdResult(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 | |||||||||