Uses of Class
org.apache.sshd.common.scp.ScpTransferEventListener.FileOperation
-
Packages that use ScpTransferEventListener.FileOperation Package Description org.apache.sshd.common.scp -
-
Uses of ScpTransferEventListener.FileOperation in org.apache.sshd.common.scp
Methods in org.apache.sshd.common.scp that return ScpTransferEventListener.FileOperation Modifier and Type Method Description static ScpTransferEventListener.FileOperation
ScpTransferEventListener.FileOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScpTransferEventListener.FileOperation[]
ScpTransferEventListener.FileOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-