Uses of Class
expectj.ExpectJException

Uses of ExpectJException in expectj
 

Methods in expectj that throw ExpectJException
 void Spawn.expectClose()
          Wait the default timeout for the spawned process to finish.
 void Spawn.expectClose(long timeOutSeconds)
          Wait for the spawned process to finish.
 int ProcessSpawn.getExitValue()
          If the process representes by this object has already exited, it returns the exit code. isClosed() should be used in conjunction with this method.
 int Spawn.getExitValue()
          Retrieve the exit code of a finished process.
 int Spawnable.getExitValue()
          If the Spawn has exited, its exit code is returned.
 



Copyright © 2010. All Rights Reserved.