|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractAnnotationParser
hudson.plugins.checkstyle.parser.CheckStyleParser
public class CheckStyleParser
A parser for Checkstyle XML files.
| Constructor Summary | |
|---|---|
CheckStyleParser()
Creates a new instance of CheckStyleParser. |
|
CheckStyleParser(java.lang.String defaultEncoding)
Creates a new instance of CheckStyleParser. |
|
| Method Summary | |
|---|---|
java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> |
parse(java.io.InputStream file,
java.lang.String moduleName)
|
| Methods inherited from class hudson.plugins.analysis.core.AbstractAnnotationParser |
|---|
createContextHashCode, getDefaultEncoding, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckStyleParser()
CheckStyleParser.
public CheckStyleParser(java.lang.String defaultEncoding)
CheckStyleParser.
defaultEncoding - the default encoding to be used when reading and parsing files| Method Detail |
|---|
public java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> parse(java.io.InputStream file,
java.lang.String moduleName)
throws java.lang.reflect.InvocationTargetException
parse in class hudson.plugins.analysis.core.AbstractAnnotationParserjava.lang.reflect.InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||