hudson.plugins.violations.types.cpd
Class CPDParser

java.lang.Object
  extended by hudson.plugins.violations.parse.ViolationsDOMParser
      extended by hudson.plugins.violations.types.cpd.CPDParser
All Implemented Interfaces:
ViolationsParser

public class CPDParser
extends ViolationsDOMParser

Parses a cpd xml report file.


Constructor Summary
CPDParser()
           
 
Method Summary
protected  void execute()
          Parse the CPD file.
 
Methods inherited from class hudson.plugins.violations.parse.ViolationsDOMParser
checkNotBlank, fixAbsolutePath, getDocument, getFileModel, getFileModel, getInt, getModel, getProjectPath, getSourcePaths, parse, resolveName, setModel, setProjectPath, setSourcePaths
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParser

public CPDParser()
Method Detail

execute

protected void execute()
                throws java.io.IOException,
                       java.lang.Exception
Parse the CPD file.

Specified by:
execute in class ViolationsDOMParser
Throws:
java.io.IOException - if there is a problem reading the file.
XmlPullParserException - if there is a problem parsing the file.
java.lang.Exception


Copyright © 2004-2012. All Rights Reserved.