org.rundeck.api.parser
Class HistoryParser

java.lang.Object
  extended by org.rundeck.api.parser.HistoryParser
All Implemented Interfaces:
XmlNodeParser<RundeckHistory>

public class HistoryParser
extends Object
implements XmlNodeParser<RundeckHistory>

Parser for a single RundeckHistory

Author:
Vincent Behar

Constructor Summary
HistoryParser()
           
HistoryParser(String xpath)
           
 
Method Summary
 RundeckHistory parseXmlNode(org.dom4j.Node node)
          Parse the given XML Node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryParser

public HistoryParser()

HistoryParser

public HistoryParser(String xpath)
Parameters:
xpath - of the history element if it is not the root node
Method Detail

parseXmlNode

public RundeckHistory parseXmlNode(org.dom4j.Node node)
Description copied from interface: XmlNodeParser
Parse the given XML Node

Specified by:
parseXmlNode in interface XmlNodeParser<RundeckHistory>
Returns:
any object holding the converted value


Copyright © 2011. All Rights Reserved.