org.rundeck.api.parser
Class SystemInfoParser
java.lang.Object
org.rundeck.api.parser.SystemInfoParser
- All Implemented Interfaces:
- XmlNodeParser<RundeckSystemInfo>
public class SystemInfoParser
- extends Object
- implements XmlNodeParser<RundeckSystemInfo>
Parser for a single RundeckSystemInfo
- Author:
- Vincent Behar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInfoParser
public SystemInfoParser()
SystemInfoParser
public SystemInfoParser(String xpath)
- Parameters:
xpath
- of the systemInfo element if it is not the root node
parseXmlNode
public RundeckSystemInfo parseXmlNode(org.dom4j.Node node)
- Description copied from interface:
XmlNodeParser
- Parse the given XML
Node
- Specified by:
parseXmlNode
in interface XmlNodeParser<RundeckSystemInfo>
- Returns:
- any object holding the converted value
Copyright © 2011. All Rights Reserved.