Package com.santaba.agent.groovyapi.expect.expectj
-
Interface Summary Interface Description Executor This interface exists for people who want control over how processes are launched.Spawnable Spawn interface, can use this interface manage Spawan object, obtain functions such as: start / stop, get stdout /stdin / stderr stream, and set close listenerSpawnable.CloseListener Will be notified when aSpawnable
closes. -
Class Summary Class Description AbstractSpawnable Base class for spawnables providing anAbstractSpawnable.onClose()
method that should be called on close.DummyExpectedOutputHandler A dummy expected target output handler by ignore data readExpectJ This class is the starting point of the ExpectJ Utility.ProcessSpawn This class spawns a process that ExpectJ can control.Spawn This class is used for talking to processes / ports.SshSpawn A Spawnable for controlling an SSH session using ExpectJ/JsCH.SshSpawn2 A Spawnable for controlling an SSH session using ExpectJ/SSHJ. -
Exception Summary Exception Description ExpectJException This class extends the Exception class and encapsulates other exceptions.TimeoutException Timeout while waiting for aSpawn
.