Class AbstractScpCommandDetails
java.lang.Object
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
- Direct Known Subclasses:
ScpDirEndCommandDetails
,ScpPathCommandDetailsSupport
,ScpTimestampCommandDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
command
protected final char command
-
-
Constructor Details
-
AbstractScpCommandDetails
protected AbstractScpCommandDetails(char command)
-
-
Method Details
-
getCommand
public char getCommand() -
toHeader
- Returns:
- The equivalent SCP command header represented by these details
-