Class FileSystemCommandFactory
java.lang.Object
com.sshtools.server.vsession.CommandFactory<ShellCommand>
com.sshtools.server.vsession.commands.fs.FileSystemCommandFactory
-
Field Summary
Fields inherited from class com.sshtools.server.vsession.CommandFactory
commands, configurators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureCommand
(ShellCommand c, com.sshtools.common.ssh.SshConnection con) protected void
Methods inherited from class com.sshtools.server.vsession.CommandFactory
addConfigurator, createCommand, getSupportedCommands, installCommand, installCommand, newInstance, removeConfigurator, supportsCommand, uninstallCommand
-
Constructor Details
-
FileSystemCommandFactory
public FileSystemCommandFactory()
-
-
Method Details
-
installShellCommands
protected void installShellCommands() -
configureCommand
protected void configureCommand(ShellCommand c, com.sshtools.common.ssh.SshConnection con) throws IOException, com.sshtools.common.permissions.PermissionDeniedException - Overrides:
configureCommand
in classCommandFactory<ShellCommand>
- Throws:
IOException
com.sshtools.common.permissions.PermissionDeniedException
-