Uses of Class
com.atlassian.plugin.elements.ResourceDescriptor

Packages that use ResourceDescriptor
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.impl   
com.atlassian.plugin.loaders   
 

Uses of ResourceDescriptor in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return ResourceDescriptor
 ResourceDescriptor Resourced.getResourceDescriptor(java.lang.String type, java.lang.String name)
          Get a ResourceDescriptor of a particular type and name.
 ResourceDescriptor Resources.getResourceDescriptor(java.lang.String type, java.lang.String name)
           
 

Methods in com.atlassian.plugin that return types with arguments of type ResourceDescriptor
 java.util.List<ResourceDescriptor> Resourced.getResourceDescriptors()
          Get a List of all the descriptors .
 java.util.List<ResourceDescriptor> Resources.getResourceDescriptors()
           
 java.util.List<ResourceDescriptor> Resourced.getResourceDescriptors(java.lang.String type)
          Deprecated. since 2.5.0 use Resourced.getResourceDescriptors() and filter as required
 java.util.List<ResourceDescriptor> Resources.getResourceDescriptors(java.lang.String type)
          Deprecated. 
 

Methods in com.atlassian.plugin with parameters of type ResourceDescriptor
 boolean Resources.TypeFilter.apply(ResourceDescriptor input)
           
 

Constructor parameters in com.atlassian.plugin with type arguments of type ResourceDescriptor
Resources(java.lang.Iterable<ResourceDescriptor> resourceDescriptors)
          Deprecated. Since 3.0.1, use Resources.fromXml(org.dom4j.Element) instead. This will lazily create the ResourceDescriptors from the Element, for a memory saving.
 

Uses of ResourceDescriptor in com.atlassian.plugin.descriptors
 

Methods in com.atlassian.plugin.descriptors that return ResourceDescriptor
 ResourceDescriptor AbstractModuleDescriptor.getResourceDescriptor(java.lang.String type, java.lang.String name)
           
 

Methods in com.atlassian.plugin.descriptors that return types with arguments of type ResourceDescriptor
 java.util.List<ResourceDescriptor> AbstractModuleDescriptor.getResourceDescriptors()
           
 java.util.List<ResourceDescriptor> AbstractModuleDescriptor.getResourceDescriptors(java.lang.String type)
           
 

Uses of ResourceDescriptor in com.atlassian.plugin.impl
 

Methods in com.atlassian.plugin.impl that return ResourceDescriptor
 ResourceDescriptor AbstractPlugin.getResourceDescriptor(java.lang.String type, java.lang.String name)
          Deprecated.  
 ResourceDescriptor AbstractDelegatingPlugin.getResourceDescriptor(java.lang.String type, java.lang.String name)
           
 

Methods in com.atlassian.plugin.impl that return types with arguments of type ResourceDescriptor
 java.util.List<ResourceDescriptor> AbstractPlugin.getResourceDescriptors()
           
 java.util.List<ResourceDescriptor> AbstractDelegatingPlugin.getResourceDescriptors()
           
 java.util.List<ResourceDescriptor> AbstractPlugin.getResourceDescriptors(java.lang.String type)
           
 java.util.List<ResourceDescriptor> AbstractDelegatingPlugin.getResourceDescriptors(java.lang.String type)
           
 

Uses of ResourceDescriptor in com.atlassian.plugin.loaders
 

Methods in com.atlassian.plugin.loaders that return types with arguments of type ResourceDescriptor
static java.util.List<ResourceDescriptor> LoaderUtils.getResourceDescriptors(org.dom4j.Element element)
          Deprecated. use Resources.fromXml(org.dom4j.Element)
 



Copyright © 2013 Atlassian. All Rights Reserved.