hudson.plugins.warnings.parser
Class MsBuildParser

java.lang.Object
  extended by hudson.plugins.warnings.parser.RegexpParser
      extended by hudson.plugins.warnings.parser.MsBuildParser
All Implemented Interfaces:
AnnotationParser

public class MsBuildParser
extends RegexpParser

A parser for the MSBuild compiler warnings.

Author:
Ulli Hafner

Field Summary
 
Fields inherited from class hudson.plugins.warnings.parser.RegexpParser
DEPRECATION, PROPRIETARY_API
 
Constructor Summary
MsBuildParser()
          Creates a new instance of HpiCompileParser.
 
Method Summary
protected  Warning createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
 
Methods inherited from class hudson.plugins.warnings.parser.RegexpParser
classifyWarning, getLineNumber, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsBuildParser

public MsBuildParser()
Creates a new instance of HpiCompileParser.

Method Detail

createWarning

protected Warning createWarning(java.util.regex.Matcher matcher)
Creates a new annotation for the specified pattern.

Specified by:
createWarning in class RegexpParser
Parameters:
matcher - the regular expression matcher
Returns:
a new annotation for the specified pattern


Copyright © 2008. All Rights Reserved.