Class ResourceFinder

java.lang.Object
com.atlassian.plugin.webresource.impl.discovery.ResourceFinder

public class ResourceFinder extends Object
Query builder for retrieving ordered lists of Resource objects based on what the user is requesting and what has previously been requested. The order ensures that:
  • All <resource> blocks inside one <web-resource> occur in the order listed.
  • Dependencies will be placed before anything that depends on them.