Options
All
  • Public
  • Public/Protected
  • All
Menu

Class validates parameters for TSO commands

export

Hierarchy

  • TsoValidator

Index

Methods

Static validateErrorMessageFromZosmf

Static validateIssueParams

Static validateNotEmptyString

  • validateNotEmptyString(text: string, errorMsg: string): void

Static validatePingParms

  • validatePingParms(session: AbstractSession, text: string, errorMsg: string): void
  • Validate supplied parameters

    static
    memberof

    TsoValidator

    Parameters

    • session: AbstractSession

      representing connection to this api

    • text: string

      string to check if not empty or undefined

    • errorMsg: string

      message to show in text case validation fails

    Returns void

Static validatePingZosmfResponse

Static validateSession

Static validateStartParams

Static validateStartZosmfResponse

Static validateStopParams

Static validateString

  • validateString(text: string, errorMsg: string): void
  • Validate supplied parameters

    static
    memberof

    TsoValidator

    Parameters

    • text: string

      string to check if not null or undefined

    • errorMsg: string

      message to show in text case validation fails

    Returns void

Generated using TypeDoc