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 Resources.getResourceDescriptor(java.lang.String type, java.lang.String name)
          Deprecated.  
 ResourceDescriptor Resourced.getResourceDescriptor(java.lang.String type, java.lang.String name)
          Deprecated.  
 

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

Constructor parameters in com.atlassian.plugin with type arguments of type ResourceDescriptor
Resources(java.util.List<ResourceDescriptor> resourceDescriptors)
          Create a resource object with the given resource descriptors.
 

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)
          Deprecated.  
 

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.  
 

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 © 2008 Atlassian Pty Ltd. All Rights Reserved.