Uses of Class
com.hierynomus.sshj.sftp.RemoteResourceSelector.Result
-
Packages that use RemoteResourceSelector.Result Package Description com.hierynomus.sshj.sftp -
-
Uses of RemoteResourceSelector.Result in com.hierynomus.sshj.sftp
Methods in com.hierynomus.sshj.sftp that return RemoteResourceSelector.Result Modifier and Type Method Description RemoteResourceSelector.ResultRemoteResourceSelector. select(RemoteResourceInfo resource)Decide whether the remote resource should be included in the result and whether execution should continue.static RemoteResourceSelector.ResultRemoteResourceSelector.Result. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RemoteResourceSelector.Result[]RemoteResourceSelector.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-