com.atlassian.plugin.osgi.factory.descriptor
Class ComponentImportModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
      extended by com.atlassian.plugin.osgi.factory.descriptor.ComponentImportModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor<Object>, Resourced, StateAware

public final class ComponentImportModuleDescriptor
extends AbstractModuleDescriptor<Object>

Module descriptor for OSGi service imports. Shouldn't be directly used outside providing read-only information.

Since:
2.2.0

Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
ComponentImportModuleDescriptor()
           
 
Method Summary
 Object getModule()
           
 void init(Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentImportModuleDescriptor

public ComponentImportModuleDescriptor()
Since:
2.5.0
Method Detail

init

public void init(@NotNull
                 Plugin plugin,
                 @NotNull
                 org.dom4j.Element element)
          throws PluginParseException
Specified by:
init in interface ModuleDescriptor<Object>
Overrides:
init in class AbstractModuleDescriptor<Object>
Throws:
PluginParseException

getModule

public Object getModule()
Specified by:
getModule in interface ModuleDescriptor<Object>
Specified by:
getModule in class AbstractModuleDescriptor<Object>


Copyright © 2015 Atlassian. All rights reserved.