Uses of Interface
com.atlassian.plugin.parsers.DescriptorParser
Packages that use DescriptorParser
-
Uses of DescriptorParser in com.atlassian.plugin.internal.parsers
Classes in com.atlassian.plugin.internal.parsers that implement DescriptorParserModifier and TypeClassDescriptionclassProvides access to the descriptor information retrieved from an XML InputStream.Methods in com.atlassian.plugin.internal.parsers that return DescriptorParserModifier and TypeMethodDescriptionXmlDescriptorParserFactory.getInstance(InputStream source, Set<Application> applications) -
Uses of DescriptorParser in com.atlassian.plugin.parsers
Methods in com.atlassian.plugin.parsers that return DescriptorParserModifier and TypeMethodDescriptionCompositeDescriptorParserFactory.getInstance(InputStream source, Iterable<InputStream> supplementalSources, Set<Application> applications) Creates a newDescriptorParserfor getting plugin descriptor information from the provided source data and supplemental module descriptors.DescriptorParserFactory.getInstance(InputStream source, Set<Application> applications) Creates a newDescriptorParserfor getting plugin descriptor information from the provided source data.