public class

SystemInfoParser

extends Object
implements XmlNodeParser<T>
java.lang.Object
   ↳ org.rundeck.api.parser.SystemInfoParser

Class Overview

Parser for a single RundeckSystemInfo

Summary

Public Constructors
SystemInfoParser()
SystemInfoParser(String xpath)
Public Methods
RundeckSystemInfo parseXmlNode(Node node)
Parse the given XML Node
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.rundeck.api.parser.XmlNodeParser

Public Constructors

public SystemInfoParser ()

public SystemInfoParser (String xpath)

Parameters
xpath of the systemInfo element if it is not the root node

Public Methods

public RundeckSystemInfo parseXmlNode (Node node)

Parse the given XML Node

Returns
  • any object holding the converted value