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

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

Uses of DescriptorParserFactory in com.atlassian.plugin.manager
 

Methods in com.atlassian.plugin.manager with parameters of type DescriptorParserFactory
 void DefaultPluginManager.setDescriptorParserFactory(DescriptorParserFactory descriptorParserFactory)
          Deprecated. Since 2.0.0.beta2
 

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

Classes in com.atlassian.plugin.osgi.factory that implement DescriptorParserFactory
 class OsgiPluginXmlDescriptorParserFactory
          Descriptor parser factory that creates parsers for Osgi plugins.
 

Uses of DescriptorParserFactory in com.atlassian.plugin.parsers
 

Classes in com.atlassian.plugin.parsers that implement DescriptorParserFactory
 class XmlDescriptorParserFactory
          Creates XML descriptor parser instances.
 



Copyright © 2010 Atlassian. All Rights Reserved.