hudson.plugins.violations.parse
Class ParseTypeXML
java.lang.Object
hudson.plugins.violations.parse.ParseTypeXML
public class ParseTypeXML
- extends Object
Parse a violation type xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseTypeXML
public ParseTypeXML()
parse
public void parse(FullBuildModel model,
File projectPath,
String xmlFile,
String[] sourcePaths,
AbstractTypeParser typeParser)
throws IOException
- Parse a xml violation file.
- Parameters:
model - the model to store the violations in.projectPath - the project path used for resolving paths.xmlFile - the xml file to parse.typeParser - the parser to use.sourcePaths - a list of source paths to resolve classes against
- Throws:
IOException - if there is an error.
Copyright © 2004-2012 Hudson. All Rights Reserved.