org.apache.mina.example.tapedeck
Class PasswordCommand

java.lang.Object
  extended by org.apache.mina.example.tapedeck.Command
      extended by org.apache.mina.example.tapedeck.PasswordCommand

public class PasswordCommand
extends Command

Represents the password <password> command.

Author:
Apache MINA Project

Field Summary
static String NAME
           
 
Constructor Summary
PasswordCommand(String password)
           
 
Method Summary
 String getName()
           
 String getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

PasswordCommand

public PasswordCommand(String password)
Method Detail

getPassword

public String getPassword()

getName

public String getName()
Specified by:
getName in class Command


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.