public class

ParserHelper

extends Object
java.lang.Object
   ↳ org.rundeck.api.parser.ParserHelper

Class Overview

Helper for parsing RunDeck responses

Summary

Public Constructors
ParserHelper()
Public Methods
static Document loadDocument(InputStream inputStream)
Load an XML Document from the given InputStream
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ParserHelper ()

Public Methods

public static Document loadDocument (InputStream inputStream)

Load an XML Document from the given InputStream

Parameters
inputStream from an API call to RunDeck
Returns
  • an XML Document
Throws
RundeckApiException if we failed to read the response, or if the response is an error