Package com.hierynomus.sshj.sftp
Interface RemoteResourceSelector
-
public interface RemoteResourceSelector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RemoteResourceSelector.Result
-
Field Summary
Fields Modifier and Type Field Description static RemoteResourceSelector
ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteResourceSelector.Result
select(RemoteResourceInfo resource)
Decide whether the remote resource should be included in the result and whether execution should continue.
-
-
-
Field Detail
-
ALL
static final RemoteResourceSelector ALL
-
-
Method Detail
-
select
RemoteResourceSelector.Result select(RemoteResourceInfo resource)
Decide whether the remote resource should be included in the result and whether execution should continue.
-
-