Interface SshInteraction
-
public interface SshInteraction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
await(String string)
String
replaceVars(String string)
void
sendLine(String string)
-