Package dev.galasa.ipnetwork.spi
Interface IIpNetworkManagerSpi
public interface IIpNetworkManagerSpi
-
Method Summary
Modifier and TypeMethodDescription@NotNull ICommandShell
getCommandShell
(IIpHost host, ICredentials credentials) @NotNull FileSystem
getFileSystem
(IIpHost host) @NotNull FileSystem
getFileSystem
(IIpHost host, ICredentials credentials)
-
Method Details
-
getCommandShell
@NotNull @NotNull ICommandShell getCommandShell(IIpHost host, ICredentials credentials) throws IpNetworkManagerException - Throws:
IpNetworkManagerException
-
getFileSystem
- Throws:
IpNetworkManagerException
-
getFileSystem
@NotNull @NotNull FileSystem getFileSystem(IIpHost host, ICredentials credentials) throws IpNetworkManagerException - Throws:
IpNetworkManagerException
-