org.rundeck.api.parser
Class HistoryParser
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryParser
public HistoryParser()
HistoryParser
public HistoryParser(String xpath)
- Parameters:
xpath
- of the history element if it is not the root node
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.