hudson.plugins.violations.types.cpd
Class CPDParser
java.lang.Object
hudson.plugins.violations.parse.ViolationsDOMParser
hudson.plugins.violations.types.cpd.CPDParser
- All Implemented Interfaces:
- ViolationsParser
public class CPDParser
- extends ViolationsDOMParser
Parses a cpd xml report file.
|
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 |
CPDParser
public CPDParser()
execute
protected void execute()
throws IOException,
Exception
- Parse the CPD file.
- Specified by:
execute in class ViolationsDOMParser
- Throws:
IOException - if there is a problem reading the file.
XmlPullParserException - if there is a problem parsing the file.
Exception
Copyright © 2004-2012 Hudson. All Rights Reserved.