public interface CompositeDescriptorParserFactory extends DescriptorParserFactory
| Modifier and Type | Method and Description |
|---|---|
DescriptorParser |
getInstance(InputStream source,
Iterable<InputStream> supplementalSources,
Set<Application> applications)
Creates a new
DescriptorParser for getting plugin descriptor information
from the provided source data and supplemental module descriptors. |
getInstanceDescriptorParser getInstance(InputStream source, Iterable<InputStream> supplementalSources, Set<Application> applications) throws PluginParseException
DescriptorParser for getting plugin descriptor information
from the provided source data and supplemental module descriptors.source - the stream of data which represents the descriptor. The stream will
only be read once, so it need not be resettable.supplementalSources - streams of data representing supplemental plugin informationapplications - The list of application keys to match for module descriptorsPluginParseException - if there was a problem creating the descriptor parser
due to an invalid source stream.Copyright © 2019 Atlassian. All rights reserved.