public final class UnrecognisedModuleDescriptorFactory extends Object
| Constructor and Description |
|---|
UnrecognisedModuleDescriptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static UnrecognisedModuleDescriptor |
createUnrecognisedModuleDescriptor(Plugin plugin,
org.dom4j.Element element,
Throwable e,
ModuleDescriptorFactory moduleDescriptorFactory)
Creates a new UnrecognisedModuleDescriptor, for when a problem occurs during the retrieval
of the ModuleDescriptor itself.
|
public static UnrecognisedModuleDescriptor createUnrecognisedModuleDescriptor(Plugin plugin, org.dom4j.Element element, Throwable e, ModuleDescriptorFactory moduleDescriptorFactory) throws PluginParseException
plugin - the Plugin the ModuleDescriptor belongs toelement - the XML Element used to construct the ModuleDescriptore - the ThrowablemoduleDescriptorFactory - a ModuleDescriptorFactory used to retrieve ModuleDescriptor instancesPluginParseException - if there was a problem constructing the UnloadableModuleDescriptorCopyright © 2014 Atlassian. All rights reserved.