public class OsgiPluginXmlDescriptorParserFactory extends Object implements DescriptorParserFactory, CompositeDescriptorParserFactory
OsgiPlugin instances.| Constructor and Description |
|---|
OsgiPluginXmlDescriptorParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
DescriptorParser |
getInstance(InputStream source,
Iterable<InputStream> supplementalSources,
Set<Application> applications)
Gets an instance that filters the modules "component", "component-import", "module-type", "bean", and "spring"
|
DescriptorParser |
getInstance(InputStream source,
Set<Application> applications)
Gets an instance that filters the modules "component", "component-import", "module-type", "bean", and "spring"
|
public OsgiPluginXmlDescriptorParserFactory()
public DescriptorParser getInstance(InputStream source, Set<Application> applications) throws PluginParseException
getInstance in interface DescriptorParserFactorysource - The descriptor sourceapplications - The list of application keys to match for module descriptorsPluginParseExceptionpublic DescriptorParser getInstance(InputStream source, Iterable<InputStream> supplementalSources, Set<Application> applications) throws PluginParseException
getInstance in interface CompositeDescriptorParserFactorysource - The descriptor sourcesupplementalSources - extra sources describing modulesapplications - The list of application keys to match for module descriptorsPluginParseExceptionCopyright © 2019 Atlassian. All rights reserved.