| 程序包 | 说明 |
|---|---|
| org.apache.mina.example.tapedeck |
| 类和说明 |
|---|
| Command
The base class of all
Command types. |
| CommandSyntaxException
Exception thrown by
CommandDecoder when a line cannot be decoded as
a Command object. |
| EjectCommand
Represents the
eject command. |
| InfoCommand
Represents the
info command. |
| ListCommand
Represents the
list command. |
| LoadCommand
Represents the
load <tape> command. |
| PasswordCommand
Represents the
password <password> command. |
| PauseCommand
Represents the
pause command. |
| PlayCommand
Represents the
play command. |
| QuitCommand
Represents the
quit command. |
| StopCommand
Represents the
stop command. |
| UserCommand
Represents the
user <username> command. |