com.atlassian.plugin.osgi
Class DummyWebItemModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void>
          extended by com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
              extended by com.atlassian.plugin.osgi.DummyWebItemModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor<Void>, Resourced, StateAware, ConditionalDescriptor, ContextAware, WebFragmentModuleDescriptor<Void>, WebItemModuleDescriptor, WeightedDescriptor

public class DummyWebItemModuleDescriptor
extends DefaultWebItemModuleDescriptor


Field Summary
 
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, element, label, params, tooltip, webInterfaceManager, weight
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
DummyWebItemModuleDescriptor()
           
 
Method Summary
 String getCompleteKey()
           
 String getKey()
           
 String getPluginKey()
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor
enabled, getIcon, getLink, getModule, getSection, getStyleClass, init
 
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
disabled, equals, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, hashCode, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getDescription, getDescriptionKey, getI18nNameKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, 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
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getDescription, getDescriptionKey, getI18nNameKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, hashCode, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.ContextAware
getContextProvider
 

Constructor Detail

DummyWebItemModuleDescriptor

public DummyWebItemModuleDescriptor()
Method Detail

getCompleteKey

public String getCompleteKey()
Specified by:
getCompleteKey in interface ModuleDescriptor<Void>
Overrides:
getCompleteKey in class AbstractModuleDescriptor<Void>

getPluginKey

public String getPluginKey()
Specified by:
getPluginKey in interface ModuleDescriptor<Void>
Overrides:
getPluginKey in class AbstractModuleDescriptor<Void>

getKey

public String getKey()
Specified by:
getKey in interface ModuleDescriptor<Void>
Overrides:
getKey in class AbstractModuleDescriptor<Void>


Copyright © 2012 Atlassian. All Rights Reserved.