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