hudson.plugins.accurev
Class ParseRefTreeExternalFile

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

public class ParseRefTreeExternalFile
extends Object
implements AccurevLauncher.ICmdOutputXmlParser<Map<String,RefTreeExternalFile>,Void>


Constructor Summary
ParseRefTreeExternalFile()
           
 
Method Summary
 Map<String,RefTreeExternalFile> 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

ParseRefTreeExternalFile

public ParseRefTreeExternalFile()
Method Detail

parse

public Map<String,RefTreeExternalFile> 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,RefTreeExternalFile>,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.