|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.parser.PmdParser
public class PmdParser
A parser for the maven-pmd-plugin XML files.
| Constructor Summary | |
|---|---|
PmdParser()
|
|
| Method Summary | |
|---|---|
MavenModule |
parse(java.io.InputStream file,
java.lang.String moduleName)
Returns the parsed PMD analysis file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PmdParser()
| Method Detail |
|---|
public MavenModule parse(java.io.InputStream file,
java.lang.String moduleName)
throws java.io.IOException,
org.xml.sax.SAXException
file - the PMD analysis filemoduleName - name of the maven module
java.io.IOException - if the file could not be parsed
org.xml.sax.SAXException - if the file is not in valid XML format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||