public interface

ResponseParser

org.rundeck.api.parser.ResponseParser<T>

Class Overview

Parse inputstream to some content

Summary

Public Methods
abstract T parseResponse(InputStream response)
Parse the given content

Public Methods

public abstract T parseResponse (InputStream response)

Parse the given content

Parameters
response input
Returns
  • any object holding the converted value