Uses of Interface
com.atlassian.plugin.Resourced

Packages that use Resourced
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.impl   
 

Uses of Resourced in com.atlassian.plugin
 

Subinterfaces of Resourced in com.atlassian.plugin
 interface ModuleDescriptor<T>
           
 interface Plugin
           
 

Classes in com.atlassian.plugin that implement Resourced
 class Resources
          An aggregate of all resource descriptors within the given plugin module or plugin.
 

Methods in com.atlassian.plugin with parameters of type Resourced
 void Plugin.setResources(Resourced resources)
           
 

Uses of Resourced in com.atlassian.plugin.descriptors
 

Classes in com.atlassian.plugin.descriptors that implement Resourced
 class AbstractModuleDescriptor<T>
           
 class ResourcedModuleDescriptor<T>
          Deprecated. All module descriptors now have resources. Use AbstractModuleDescriptor instead.
 class UnloadableModuleDescriptor
          Instances of this class represent a module which could not be loaded, not a module which can be unloaded.
 class UnrecognisedModuleDescriptor
           
 

Uses of Resourced in com.atlassian.plugin.impl
 

Subinterfaces of Resourced in com.atlassian.plugin.impl
 interface DynamicPlugin
          Deprecated. since 2.2.0, use a wrapping plugin based on AbstractDelegatingPlugin instead
 

Classes in com.atlassian.plugin.impl that implement Resourced
 class AbstractDelegatingPlugin
          Delegating plugin that supports easy wrapping
 class AbstractPlugin
           
 class DefaultDynamicPlugin
          A dynamically loaded plugin is loaded through the plugin class loader.
 class StaticPlugin
           
 class UnloadablePlugin
          This class represents a Plugin that was not able to be loaded by the PluginManager.
 class XmlDynamicPlugin
          A dynamic XML plugin that consists of the Atlassian plugin descriptor
 

Methods in com.atlassian.plugin.impl with parameters of type Resourced
 void AbstractDelegatingPlugin.setResources(Resourced resources)
           
 void AbstractPlugin.setResources(Resourced resources)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.