com.atlassian.plugin
Interface Resourced

All Known Subinterfaces:
DynamicPlugin, ModuleDescriptor<T>, Plugin
All Known Implementing Classes:
AbstractModuleDescriptor, AbstractPlugin, DefaultDynamicPlugin, ResourcedModuleDescriptor, Resources, StaticPlugin, UnloadableModuleDescriptor, UnloadablePlugin, UnrecognisedModuleDescriptor, XmlDynamicPlugin

public interface Resourced


Method Summary
 ResourceDescriptor getResourceDescriptor(java.lang.String type, java.lang.String name)
          Deprecated.  
 java.util.List<ResourceDescriptor> getResourceDescriptors()
           
 java.util.List<ResourceDescriptor> getResourceDescriptors(java.lang.String type)
           
 ResourceLocation getResourceLocation(java.lang.String type, java.lang.String name)
           
 

Method Detail

getResourceDescriptors

java.util.List<ResourceDescriptor> getResourceDescriptors()

getResourceDescriptors

java.util.List<ResourceDescriptor> getResourceDescriptors(java.lang.String type)

getResourceLocation

ResourceLocation getResourceLocation(java.lang.String type,
                                     java.lang.String name)

getResourceDescriptor

ResourceDescriptor getResourceDescriptor(java.lang.String type,
                                         java.lang.String name)
Deprecated. 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.