public interface ObjectReachabilityChecker
ReachabilityChecker
implementations.| Modifier and Type | Method and Description |
|---|---|
Optional<RevObject> |
areAllReachable(Collection<RevObject> targets,
Stream<RevObject> starters)
Checks that all targets are reachable from the starters.
|
Optional<RevObject> areAllReachable(Collection<RevObject> targets, Stream<RevObject> starters) throws IOException
targets - objects to check for reachability from the startersstarters - objects known to be reachable to the callerIOException - Cannot access underlying storageCopyright © 2020 Eclipse JGit Project. All rights reserved.