| Constructor and Description |
|---|
BundleWalker(Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
Found |
find(LinkedHashSet<String> included,
Set<String> excluded,
com.google.common.base.Predicate<Bundle> conditionsForExcluded,
boolean shouldExpandExcludedKeys,
com.google.common.base.Predicate<Bundle> deep,
com.google.common.base.Predicate<Bundle> deepFilter,
PredicateFailStrategy deepFilterFailStrategy,
com.google.common.base.Predicate<Bundle> shallowFilter)
Returns an ordered set of web-resource keys, based on the dependency graph
of the included keys, and whether each web-resource discovered meets the conditions
specified in the search.
|
protected Bundle |
getBundle(String key) |
public BundleWalker(Snapshot snapshot)
public Found find(LinkedHashSet<String> included, Set<String> excluded, com.google.common.base.Predicate<Bundle> conditionsForExcluded, boolean shouldExpandExcludedKeys, com.google.common.base.Predicate<Bundle> deep, com.google.common.base.Predicate<Bundle> deepFilter, PredicateFailStrategy deepFilterFailStrategy, com.google.common.base.Predicate<Bundle> shallowFilter)
included - unique, ordered web-resource keys to include in the search.excluded - unique web-resource keys to omit from the result if found.Copyright © 2024 Atlassian. All rights reserved.