com.atlassian.mywork.client.plugin
Class ActionServicePluginModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<ActionService>
      extended by com.atlassian.mywork.client.plugin.ActionServicePluginModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<ActionService>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class ActionServicePluginModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<ActionService>


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Constructor Summary
ActionServicePluginModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 
Method Summary
 ActionService getModule()
           
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, init, 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

ActionServicePluginModuleDescriptor

public ActionServicePluginModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail

getModule

public ActionService getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<ActionService>
Specified by:
getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<ActionService>


Copyright © 2012 Atlassian. All Rights Reserved.