com.atlassian.plugin
Interface Resourced

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

public interface Resourced


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

Method Detail

getResourceDescriptors

java.util.List getResourceDescriptors()

getResourceDescriptors

java.util.List 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.