Uses of Class
com.atlassian.plugin.webresource.impl.discovery.Found
Packages that use Found
Package
Description
-
Uses of Found in com.atlassian.plugin.webresource.impl.discovery
Fields in com.atlassian.plugin.webresource.impl.discovery declared as FoundMethods in com.atlassian.plugin.webresource.impl.discovery that return FoundModifier and TypeMethodDescriptionBundleFinder.endAndGetResult()BundleWalker.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. -
Uses of Found in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url with parameters of type FoundModifier and TypeMethodDescriptionprotected static com.atlassian.plugin.webresource.impl.helpers.url.SplitSubBatchesUrlGenerationHelpers.splitBatchIntoSubBatches(RequestCache requestCache, Found found, boolean doSorting) Split batch into sub batches and standalone resources, same code used to split both context and resource batches.