Package com.hierynomus.sshj.sftp
Interface RemoteResourceSelector
-
public interface RemoteResourceSelector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRemoteResourceSelector.Result
-
Field Summary
Fields Modifier and Type Field Description static RemoteResourceSelectorALL
-
Method Summary
Modifier and Type Method Description RemoteResourceSelector.Resultselect(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.
-
-