Package dev.galasa.zosunixcommand.spi
Interface IZosUNIXCommandSpi
public interface IZosUNIXCommandSpi
SPI interface to
IZosUNIXCommand
-
Method Summary
Modifier and TypeMethodDescription@NotNull IZosUNIXCommand
getZosUNIXCommand
(IZosImage image) Returns a zOS UNIX Command instance
-
Method Details
-
getZosUNIXCommand
Returns a zOS UNIX Command instance- Parameters:
image
- zOS Image- Returns:
- an
IZosUNIXCommand
implementation instance
-