Uses of Class
expectj.Spawn

Uses of Spawn in expectj
 

Methods in expectj that return Spawn
 Spawn ExpectJ.spawn(com.jcraft.jsch.Channel channel)
          This method creates a spawn that controls an SSH connection.
 Spawn ExpectJ.spawn(Executor executor)
          This method spawns a new process.
 Spawn ExpectJ.spawn(Spawnable spawnable)
          This method launches a Spawnable.
 Spawn ExpectJ.spawn(String command)
          This method spawns a new process.
 Spawn ExpectJ.spawn(String hostName, int port)
          This method spawns a telnet connection to the given host and port number.
 Spawn ExpectJ.spawn(String remoteHostName, int remotePort, String userName, String password)
          This method creates a spawn that controls an SSH connection.
 



Copyright © 2010. All Rights Reserved.