Class ScpDirEndCommandDetails
- java.lang.Object
-
- org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
-
- org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
-
public class ScpDirEndCommandDetails extends AbstractScpCommandDetails
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description static char
COMMAND_NAME
static String
HEADER
static ScpDirEndCommandDetails
INSTANCE
-
Fields inherited from class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
command
-
-
Constructor Summary
Constructors Constructor Description ScpDirEndCommandDetails()
ScpDirEndCommandDetails(String header)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static ScpDirEndCommandDetails
parse(String header)
String
toHeader()
-
Methods inherited from class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
getCommand
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final char COMMAND_NAME
- See Also:
- Constant Field Values
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
INSTANCE
public static final ScpDirEndCommandDetails INSTANCE
-
-
Constructor Detail
-
ScpDirEndCommandDetails
public ScpDirEndCommandDetails()
-
ScpDirEndCommandDetails
public ScpDirEndCommandDetails(String header)
-
-
Method Detail
-
toHeader
public String toHeader()
- Specified by:
toHeader
in classAbstractScpCommandDetails
- Returns:
- The equivalent SCP command header represented by these details
-
parse
public static ScpDirEndCommandDetails parse(String header)
-
-