hudson.plugins.violations.types.simian
Class SimianParser
java.lang.Object
hudson.plugins.violations.parse.AbstractParser
hudson.plugins.violations.parse.AbstractTypeParser
hudson.plugins.violations.types.simian.SimianParser
- All Implemented Interfaces:
- ViolationsParser
public class SimianParser
- extends AbstractTypeParser
Parser for Simian XML files.
Simian (Similarity Analyser) identifies duplication in any text files.
- See Also:
http://www.redhillconsulting.com.au/products/simian/
|
Method Summary |
protected void |
execute()
Abstract method to run the parsing. |
| Methods inherited from class hudson.plugins.violations.parse.AbstractTypeParser |
fixAbsolutePath, getFileModel, getFileModel, getModel, getProjectPath, getSourcePaths, parse, resolveName, setModel, setProjectPath, setSourcePaths |
| Methods inherited from class hudson.plugins.violations.parse.AbstractParser |
checkEvent, checkGetAttribute, checkGetInt, checkGetLong, checkNextEvent, checkNotBlank, endElement, expectNextTag, expectStartTag, getInt, getNextText, getParser, getSibTag, getString, setParser, skipTag, skipToTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimianParser
public SimianParser()
execute
protected void execute()
throws IOException,
org.xmlpull.v1.XmlPullParserException
- Description copied from class:
AbstractParser
- Abstract method to run the parsing.
- Specified by:
execute in class AbstractParser
- Throws:
IOException - if there is a problem writing or reading.
org.xmlpull.v1.XmlPullParserException - if there is a problem in the syntax.
Copyright © 2004-2012 Hudson. All Rights Reserved.