Uses of Class
com.atlassian.plugin.webresource.impl.discovery.BundleFinder
Packages that use BundleFinder
-
Uses of BundleFinder in com.atlassian.plugin.webresource.impl.discovery
Methods in com.atlassian.plugin.webresource.impl.discovery that return BundleFinderModifier and TypeMethodDescriptionBundleFinder.deep(boolean deep) If it should resolve full tree of dependencies recursively, `true` by default.BundleFinder.deepFilter(Predicate<Bundle> filter) Remove element and all its dependencies if filter fail.BundleFinder.excluded(Collection<String> keys, Predicate<Bundle> conditionsForExcluded) BundleFinder.excludedResolved(Collection<String> keys) BundleFinder.included(Collection<String> keys) BundleFinder.onDeepFilterFail(PredicateFailStrategy failStrategy) What the walker should do when a deep filter fails.Constructors in com.atlassian.plugin.webresource.impl.discovery with parameters of type BundleFinderModifierConstructorDescriptionResourceFinder(BundleFinder bundleFinder, RequestCache requestCache)