Class AbstractScpCommandDetails
- java.lang.Object
-
- org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
-
- Direct Known Subclasses:
ScpDirEndCommandDetails
,ScpPathCommandDetailsSupport
,ScpTimestampCommandDetails
public abstract class AbstractScpCommandDetails extends Object
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description protected char
command
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractScpCommandDetails(char command)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description char
getCommand()
abstract String
toHeader()
-
-
-
Method Detail
-
getCommand
public char getCommand()
-
toHeader
public abstract String toHeader()
- Returns:
- The equivalent SCP command header represented by these details
-
-