Package hudson.plugins.warnings.parser

Interface Summary
WarningsParser Parses an input stream for compiler warnings and returns the found annotations.
 

Class Summary
AntEclipseParser A parser for the ant javac compiler warnings.
AntJavacParser A parser for the ant javac compiler warnings.
ErlcParser A parser for the erlc compiler warnings.
FileWarningsParser A WarningsParser that scans files.
GccParser A parser for the gcc compiler warnings.
GnatParser A parser for the Gnat compiler warnings.
InvalidsParser A parser for Oracle Invalids.
JavacParser A parser for the javac compiler warnings.
JavaDocParser A parser for the ant JavaDoc compiler warnings.
MsBuildParser A parser for the MSBuild compiler warnings.
ParserRegistry Registry for the active parsers in this plug-in.
RegexpParser Parses an input stream for compiler warnings using the provided regular expression.
SunCParser A parser for the SUN Studio C++ compiler warnings.
Warning A serializable Java Bean class representing a warning.
 



Copyright © 2008. All Rights Reserved.