Package com.atlassian.plugin.webresource.impl.discovery


package com.atlassian.plugin.webresource.impl.discovery
  • Class
    Description
    Query builder for retrieving ordered lists of web-resource keys based on what the user is requesting and what has previously been requested.
    Walks the dependency graph of Bundle objects and reduces the graph to an ordered list of their keys, ensuring all upstream dependencies occur before the things depending on them.
    Represents the result of walking the dependency graph via BundleWalker, where every item is in is in topological sort order.
    Tuple of a Requestable key and its contribution Found.State to the response for a client request.
    What the bundle walker should do when a deep filter predicate fails.
    Query builder for retrieving ordered lists of Resource objects based on what the user is requesting and what has previously been requested.