com.atlassian.plugin.web.descriptors
Class MockAbstractWebFragmentModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>
      extended by com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
          extended by com.atlassian.plugin.web.descriptors.MockAbstractWebFragmentModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor<Void>, Resourced, StateAware, ConditionalDescriptor, WebFragmentModuleDescriptor, WeightedDescriptor

public class MockAbstractWebFragmentModuleDescriptor
extends AbstractWebFragmentModuleDescriptor


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
moduleClassName, moduleFactory, plugin, resources, singleton
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
protected MockAbstractWebFragmentModuleDescriptor(WebInterfaceManager webInterfaceManager)
           
 
Method Summary
 Void getModule()
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
disabled, enabled, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, init, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Constructor Detail

MockAbstractWebFragmentModuleDescriptor

protected MockAbstractWebFragmentModuleDescriptor(WebInterfaceManager webInterfaceManager)
Method Detail

getModule

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


Copyright © 2010 Atlassian. All Rights Reserved.