Package dev.galasa.zostsocommand.spi
Interface IZosTSOCommandSpi
public interface IZosTSOCommandSpi
SPI interface to
IZosTSOCommand
-
Method Summary
Modifier and TypeMethodDescriptiongetZosTSOCommand
(@NotNull IZosImage image) Returns a zOS TSO Command instance
-
Method Details
-
getZosTSOCommand
IZosTSOCommand getZosTSOCommand(@NotNull @NotNull IZosImage image) throws ZosTSOCommandManagerException Returns a zOS TSO Command instance- Parameters:
image
- zOS Image- Returns:
- an
IZosTSOCommand
implementation instance - Throws:
ZosTSOCommandManagerException
-