|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.command.ScpCommandFactory
public class ScpCommandFactory
This CommandFactory can be used as a standalone command factory
or can be used to augment another CommandFactory and provides
SCP support.
ScpCommand| Constructor Summary | |
|---|---|
ScpCommandFactory()
|
|
ScpCommandFactory(CommandFactory delegate)
|
|
| Method Summary | |
|---|---|
Command |
createCommand(java.lang.String command)
Parses a command string and verifies that the basic syntax is correct. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScpCommandFactory()
public ScpCommandFactory(CommandFactory delegate)
| Method Detail |
|---|
public Command createCommand(java.lang.String command)
CommandFactory instance; if one exist.
createCommand in interface CommandFactorycommand - command to parse
Command instance
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||