| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.impl.discovery | |
| com.atlassian.plugin.webresource.impl.snapshot |
| Modifier and Type | Method and Description |
|---|---|
BundleFinder |
BundleFinder.deep(boolean deep)
If it should resolve full tree of dependencies recursively, `true` by default.
|
BundleFinder |
BundleFinder.deepFilter(com.google.common.base.Predicate<Bundle> filter)
Remove element and all its dependencies if filter fail.
|
BundleFinder |
BundleFinder.excluded(Collection<String> keys,
com.google.common.base.Predicate<Bundle> conditionsForExcluded) |
BundleFinder |
BundleFinder.excludedResolved(Collection<String> keys) |
BundleFinder |
BundleFinder.included(Collection<String> keys) |
BundleFinder |
BundleFinder.included(String key) |
BundleFinder |
BundleFinder.onDeepFilterFail(PredicateFailStrategy failStrategy)
What the walker should do when a deep filter fails.
|
BundleFinder |
BundleFinder.shallowFilter(com.google.common.base.Predicate<Bundle> filter)
Remove element but leave its dependencies if filter fail.
|
| Constructor and Description |
|---|
ResourceFinder(BundleFinder bundleFinder,
RequestCache requestCache) |
| Modifier and Type | Method and Description |
|---|---|
BundleFinder |
Snapshot.find()
Deprecated.
since 5.0. It's simple enough to construct the finder yourself ;)
|
Copyright © 2024 Atlassian. All rights reserved.