| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.impl.discovery |
| Modifier and Type | Method and Description |
|---|---|
static PredicateFailStrategy |
PredicateFailStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateFailStrategy[] |
PredicateFailStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Found |
BundleWalker.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.
|
BundleFinder |
BundleFinder.onDeepFilterFail(PredicateFailStrategy failStrategy)
What the walker should do when a deep filter fails.
|
Copyright © 2024 Atlassian. All rights reserved.