PropertyBuilder

inner class PropertyBuilder(val propName: String)

Builder class for setting the sequence of profiles to search property by name.

Parameters

propName

property name to search.

Constructors

Link copied to clipboard
fun PropertyBuilder(propName: String)

Functions

Link copied to clipboard
fun base()

Sets the next profile to search for the property to base.

Link copied to clipboard
fun ssh()

Sets the next profile to search for the property to ssh.

Link copied to clipboard
fun tso()

Sets the next profile to search for the property to tso.

Link copied to clipboard
fun zosmf()

Sets the next profile to search for the property to zosmf.

Properties

Link copied to clipboard