Uses of Interface
com.atlassian.plugin.parsers.DescriptorParser

Packages that use DescriptorParser
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.parsers   
 

Uses of DescriptorParser in com.atlassian.plugin.osgi.factory
 

Classes in com.atlassian.plugin.osgi.factory that implement DescriptorParser
 class OsgiPluginXmlDescriptorParser
          Descriptor parser that handles special tasks for osgi plugins such as recording the originating module descriptor elements.
 

Methods in com.atlassian.plugin.osgi.factory that return DescriptorParser
 DescriptorParser OsgiPluginXmlDescriptorParserFactory.getInstance(InputStream source, String... applicationKeys)
          Gets an instance that filters the modules "component", "component-import", "module-type", "bean", and "spring"
 

Uses of DescriptorParser in com.atlassian.plugin.parsers
 

Classes in com.atlassian.plugin.parsers that implement DescriptorParser
 class XmlDescriptorParser
          Provides access to the descriptor information retrieved from an XML InputStream.
 

Methods in com.atlassian.plugin.parsers that return DescriptorParser
 DescriptorParser DescriptorParserFactory.getInstance(InputStream source, String... applicationKeys)
          Creates a new DescriptorParser for getting plugin descriptor information from the provided source data.
 DescriptorParser XmlDescriptorParserFactory.getInstance(InputStream source, String... applicationKeys)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.