Uses of Class
org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
-
Packages that use ScpTransferEventListener.FileOperation Package Description org.apache.sshd.scp.common -
-
Uses of ScpTransferEventListener.FileOperation in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common that return ScpTransferEventListener.FileOperation Modifier and Type Method Description static ScpTransferEventListener.FileOperationScpTransferEventListener.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.
-