Uses of Enum Class
com.atlassian.plugin.webresource.impl.discovery.PredicateFailStrategy
Packages that use PredicateFailStrategy
-
Uses of PredicateFailStrategy in com.atlassian.plugin.webresource.impl.discovery
Methods in com.atlassian.plugin.webresource.impl.discovery that return PredicateFailStrategyModifier and TypeMethodDescriptionstatic PredicateFailStrategyReturns the enum constant of this class with the specified name.static PredicateFailStrategy[]PredicateFailStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.plugin.webresource.impl.discovery with parameters of type PredicateFailStrategyModifier and TypeMethodDescriptionBundleWalker.find(LinkedHashSet<String> included, Set<String> excluded, Predicate<Bundle> conditionsForExcluded, boolean shouldExpandExcludedKeys, Predicate<Bundle> deep, Predicate<Bundle> deepFilter, PredicateFailStrategy deepFilterFailStrategy, 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.onDeepFilterFail(PredicateFailStrategy failStrategy) What the walker should do when a deep filter fails.