Uses of Class
org.mule.module.launcher.plugin.PluginDescriptor

Packages that use PluginDescriptor
org.mule.module.launcher.descriptor   
org.mule.module.launcher.plugin   
 

Uses of PluginDescriptor in org.mule.module.launcher.descriptor
 

Methods in org.mule.module.launcher.descriptor that return types with arguments of type PluginDescriptor
 Set<PluginDescriptor> ApplicationDescriptor.getPlugins()
           
 

Method parameters in org.mule.module.launcher.descriptor with type arguments of type PluginDescriptor
 void ApplicationDescriptor.setPlugins(Set<PluginDescriptor> plugins)
           
 

Uses of PluginDescriptor in org.mule.module.launcher.plugin
 

Methods in org.mule.module.launcher.plugin that return types with arguments of type PluginDescriptor
 Set<PluginDescriptor> PluginDescriptorParser.parse()
           
 

Constructors in org.mule.module.launcher.plugin with parameters of type PluginDescriptor
MulePluginsClassLoader(ClassLoader parent, PluginDescriptor... plugins)
           
 

Constructor parameters in org.mule.module.launcher.plugin with type arguments of type PluginDescriptor
MulePluginsClassLoader(ClassLoader parent, Collection<PluginDescriptor> plugins)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.