|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.parse.AbstractParser
hudson.plugins.violations.parse.AbstractTypeParser
hudson.plugins.violations.types.checkstyle.CheckstyleParser
public class CheckstyleParser
Parses a checkstyle xml report file.
| Constructor Summary | |
|---|---|
CheckstyleParser()
|
|
| Method Summary | |
|---|---|
protected void |
execute()
Parse the checkstyle xml file. |
| Methods inherited from class hudson.plugins.violations.parse.AbstractTypeParser |
|---|
fixAbsolutePath, getFileModel, getFileModel, getModel, getProjectPath, getSourcePaths, parse, resolveName, setModel, setProjectPath, setSourcePaths |
| Methods inherited from class hudson.plugins.violations.parse.AbstractParser |
|---|
checkEvent, checkGetAttribute, checkGetInt, checkGetLong, checkNextEvent, checkNotBlank, endElement, expectNextTag, expectStartTag, getInt, getNextText, getParser, getSibTag, getString, setParser, skipTag, skipToTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckstyleParser()
| Method Detail |
|---|
protected void execute()
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
execute in class AbstractParserjava.io.IOException - if there is a problem reading the file.
org.xmlpull.v1.XmlPullParserException - if there is a problem parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||