/AWS1/CL_MHOPLATFORMCOMMAND¶
Command to be run on a particular operating system.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_linux TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
Command for Linux.
iv_windows TYPE /AWS1/MHOSTRING /AWS1/MHOSTRING¶
Command for Windows.
Queryable Attributes¶
linux¶
Command for Linux.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINUX() |
Getter for LINUX, with configurable default |
ASK_LINUX() |
Getter for LINUX w/ exceptions if field has no value |
HAS_LINUX() |
Determine if LINUX has a value |
windows¶
Command for Windows.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WINDOWS() |
Getter for WINDOWS, with configurable default |
ASK_WINDOWS() |
Getter for WINDOWS w/ exceptions if field has no value |
HAS_WINDOWS() |
Determine if WINDOWS has a value |