hudson.plugins.findbugs.parser
Class NativeFindBugsParser

java.lang.Object
  extended by hudson.plugins.findbugs.parser.PlainFindBugsParser
      extended by hudson.plugins.findbugs.parser.NativeFindBugsParser

public class NativeFindBugsParser
extends PlainFindBugsParser

A parser for the native FindBugs XML files (ant task, batch file or maven-findbugs-plugin >= 1.2-SNAPSHOT). This parser is automatically initialized.

Author:
Ulli Hafner

Constructor Summary
NativeFindBugsParser()
           
 
Method Summary
 
Methods inherited from class hudson.plugins.findbugs.parser.PlainFindBugsParser
createPluginUrls, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeFindBugsParser

public NativeFindBugsParser()


Copyright © 2008. All Rights Reserved.