com.maverick.sshd.shell
Class Scp
java.lang.Object
com.maverick.sshd.shell.AbstractCommand
com.maverick.sshd.shell.Scp
- All Implemented Interfaces:
- ShellCommand, Completor
public class Scp
- extends AbstractCommand
|
Constructor Summary |
Scp()
|
| Methods inherited from class com.maverick.sshd.shell.AbstractCommand |
complete, getCollection, getCommandName, getDescription, getExitCode, getName, getOptions, getSignature, getSubsystem, isBuiltIn, setBuiltIn, setDescription, setName, setSignature, setSubsystem |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scp
public Scp()
run
public void run(org.apache.commons.cli.CommandLine args,
VirtualProcess process)
throws IOException,
PermissionDeniedException
- Throws:
IOException
PermissionDeniedException
createFilenamePattern
protected FilenamePattern createFilenamePattern(String pattern)
- Creates a
FilenamePattern. Override to customize pattern matching
behaviour.
- Parameters:
pattern - String
- Returns:
- FilenamePattern
Copyright © 2012. All Rights Reserved.