|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WarningsParser
Parses an input stream for compiler warnings and returns the found annotations.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the human readable name of this parser. |
java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> |
parse(java.io.Reader reader)
Parses an input stream for compiler warnings and returns the found annotations. |
| Method Detail |
|---|
java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> parse(java.io.Reader reader)
throws java.io.IOException
reader - the reader to get the text from
java.io.IOException - Signals that an I/O exception has occurred.java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||