org.rundeck.api.parser
Class SystemInfoParser

java.lang.Object
  extended by 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

Constructor Summary
SystemInfoParser()
           
SystemInfoParser(String xpath)
           
 
Method Summary
 RundeckSystemInfo 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

SystemInfoParser

public SystemInfoParser()

SystemInfoParser

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

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.