com.atlassian.jira.mock.plugin
Class NullModuleDescriptor

java.lang.Object
  extended by com.atlassian.jira.mock.plugin.MockModuleDescriptor<Void>
      extended by com.atlassian.jira.mock.plugin.NullModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced

public class NullModuleDescriptor
extends MockModuleDescriptor<Void>

Since:
v6.2.3

Constructor Summary
NullModuleDescriptor(com.atlassian.plugin.Plugin plugin, String key)
           
 
Method Summary
 Void getModule()
           
 
Methods inherited from class com.atlassian.jira.mock.plugin.MockModuleDescriptor
createHelpResource, createI18nResource, destroy, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setKey, setPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
equals, hashCode
 

Constructor Detail

NullModuleDescriptor

public NullModuleDescriptor(com.atlassian.plugin.Plugin plugin,
                            String key)
Method Detail

getModule

public Void getModule()


Copyright © 2002-2014 Atlassian. All Rights Reserved.