hudson.plugins.violations.types.simian
Class SimianParser

java.lang.Object
  extended by hudson.plugins.violations.parse.AbstractParser
      extended by hudson.plugins.violations.parse.AbstractTypeParser
          extended by 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/

Constructor Summary
SimianParser()
           
 
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
 

Constructor Detail

SimianParser

public SimianParser()
Method Detail

execute

protected void execute()
                throws java.io.IOException,
                       org.xmlpull.v1.XmlPullParserException
Description copied from class: AbstractParser
Abstract method to run the parsing.

Specified by:
execute in class AbstractParser
Throws:
java.io.IOException - if there is a problem writing or reading.
org.xmlpull.v1.XmlPullParserException - if there is a problem in the syntax.


Copyright © 2004-2012. All Rights Reserved.