public class

SystemInfoParser

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

Class Overview

Parser for a single RundeckSystemInfo

Summary

Public Constructors
SystemInfoParser(String xpath)
Public Methods
RundeckSystemInfo parse(Node infoNode)
[Expand]
Inherited Methods
From class org.rundeck.api.parser.BaseXpathParser
From class java.lang.Object
From interface org.rundeck.api.parser.XmlNodeParser

Public Constructors

public SystemInfoParser (String xpath)

Public Methods

public RundeckSystemInfo parse (Node infoNode)