com.waveset.adapter.ScriptedConnection
Class ScriptToken.SendPassword

java.lang.Object
  extended bycom.waveset.adapter.ScriptedConnection.ScriptToken
      extended bycom.waveset.adapter.ScriptedConnection.ScriptToken.SendPassword
Enclosing class:
ScriptToken

public static class ScriptToken.SendPassword
extends ScriptToken

Token that posts a password on the output.


Nested Class Summary
 
Nested classes inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
ScriptToken.Capture, ScriptToken.Send, ScriptToken.SendPassword, ScriptToken.Sleep, ScriptToken.Timeout, ScriptToken.WaitFor, ScriptToken.WaitForIgnoreCase
 
Field Summary
 
Fields inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
CAPTURE_TIMEOUT, CLASS, code_id, DEFAULT_TIMEOUT, DEFAULT_TIMEOUT_PROPERTY, RESOURCE_POLICY_GLOBAL_SCOPE, SCRIPTTOKEN_TIMEOUT, WAITFOR_TIMEOUT, WAITFORIGNORECASE_TIMEOUT
 
Constructor Summary
ScriptToken.SendPassword(java.lang.String value)
          Constructor sets the message to send.
 
Methods inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
getTimeout, getValue, isTimeoutSpecified, setTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptToken.SendPassword

public ScriptToken.SendPassword(java.lang.String value)
Constructor sets the message to send.