hudson.plugins.accurev
Class ParseShowReftrees

java.lang.Object
  extended by hudson.plugins.accurev.ParseShowReftrees
All Implemented Interfaces:
AccurevLauncher.ICmdOutputXmlParser<Map<String,AccurevReferenceTree>,Void>

public class ParseShowReftrees
extends Object
implements AccurevLauncher.ICmdOutputXmlParser<Map<String,AccurevReferenceTree>,Void>


Constructor Summary
ParseShowReftrees()
           
 
Method Summary
 Map<String,AccurevReferenceTree> parse(org.xmlpull.v1.XmlPullParser parser, Void context)
          Parses the command's output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseShowReftrees

public ParseShowReftrees()
Method Detail

parse

public Map<String,AccurevReferenceTree> parse(org.xmlpull.v1.XmlPullParser parser,
                                              Void context)
                                       throws AccurevLauncher.UnhandledAccurevCommandOutput,
                                              IOException,
                                              org.xmlpull.v1.XmlPullParserException
Description copied from interface: AccurevLauncher.ICmdOutputXmlParser
Parses the command's output.

Specified by:
parse in interface AccurevLauncher.ICmdOutputXmlParser<Map<String,AccurevReferenceTree>,Void>
Parameters:
parser - The XmlPullParser that contains the output of the command.
context - Context passed in when the command was run.
Returns:
The result of the parsing.
Throws:
AccurevLauncher.UnhandledAccurevCommandOutput - if the command output was invalid.
IOException
org.xmlpull.v1.XmlPullParserException


Copyright © 2004-2013. All Rights Reserved.