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