|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WarningsParser | |
|---|---|
| hudson.plugins.warnings.parser | |
| Uses of WarningsParser in hudson.plugins.warnings.parser |
|---|
| Classes in hudson.plugins.warnings.parser that implement WarningsParser | |
|---|---|
class |
AntEclipseParser
A parser for the ant javac compiler warnings. |
class |
AntJavacParser
A parser for the ant javac compiler warnings. |
class |
BuckminsterParser
A parser for Buckminster compiler warnings. |
class |
ErlcParser
A parser for the erlc compiler warnings. |
class |
GccParser
A parser for the gcc compiler warnings. |
class |
GnatParser
A parser for the Gnat compiler warnings. |
class |
IarParser
A parser for the IAR C/C++ compiler warnings. |
class |
IntelCParser
A parser for the Inter C compiler warnings. |
class |
InvalidsParser
A parser for Oracle Invalids. |
class |
JavacParser
A parser for the javac compiler warnings. |
class |
JavaDocParser
A parser for the ant JavaDoc compiler warnings. |
class |
MsBuildParser
A parser for the MSBuild/PcLint compiler warnings. |
class |
RegexpDocumentParser
Parses an input stream as a whole document for compiler warnings using the provided regular expression. |
class |
RegexpLineParser
Parses an input stream line by line for compiler warnings using the provided regular expression. |
class |
RegexpParser
Parses an input stream for compiler warnings using the provided regular expression. |
class |
SunCParser
A parser for the SUN Studio C++ compiler warnings. |
| Methods in hudson.plugins.warnings.parser that return types with arguments of type WarningsParser | |
|---|---|
protected java.lang.Iterable<WarningsParser> |
ParserRegistry.getParsers()
Returns all registers parsers. |
static java.util.List<WarningsParser> |
ParserRegistry.getParsers(java.util.Set<java.lang.String> parserNames)
Returns a list of parsers that match the specified names. |
| Constructor parameters in hudson.plugins.warnings.parser with type arguments of type WarningsParser | |
|---|---|
ParserRegistry(java.util.List<WarningsParser> parsers,
java.lang.String defaultEncoding)
Creates a new instance of ParserRegistry. |
|
ParserRegistry(java.util.List<WarningsParser> parsers,
java.lang.String defaultEncoding,
java.lang.String includePattern,
java.lang.String excludePattern)
Creates a new instance of ParserRegistry. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||