Uses of Class
org.mule.module.launcher.descriptor.ApplicationDescriptor

Packages that use ApplicationDescriptor
org.mule.module.launcher   
org.mule.module.launcher.application   
org.mule.module.launcher.descriptor   
org.mule.module.launcher.plugin   
 

Uses of ApplicationDescriptor in org.mule.module.launcher
 

Fields in org.mule.module.launcher declared as ApplicationDescriptor
protected  ApplicationDescriptor ApplicationMuleContextBuilder.desc
           
 

Methods in org.mule.module.launcher that return ApplicationDescriptor
 ApplicationDescriptor DefaultAppBloodhound.fetch(String appName)
           
 ApplicationDescriptor AppBloodhound.fetch(String appName)
          Sniff around and get me the app descriptor!
 

Methods in org.mule.module.launcher with parameters of type ApplicationDescriptor
 void DefaultAppBloodhound.setApplicationProperties(ApplicationDescriptor desc, File appPropsFile)
           
 

Constructors in org.mule.module.launcher with parameters of type ApplicationDescriptor
ApplicationMuleContextBuilder(ApplicationDescriptor desc)
           
 

Uses of ApplicationDescriptor in org.mule.module.launcher.application
 

Fields in org.mule.module.launcher.application declared as ApplicationDescriptor
protected  ApplicationDescriptor DefaultMuleApplication.descriptor
           
 

Methods in org.mule.module.launcher.application that return ApplicationDescriptor
 ApplicationDescriptor Application.getDescriptor()
           
 ApplicationDescriptor ApplicationWrapper.getDescriptor()
           
 ApplicationDescriptor DefaultMuleApplication.getDescriptor()
           
 

Methods in org.mule.module.launcher.application with parameters of type ApplicationDescriptor
protected  Application DefaultApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
protected  Application PrivilegedApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
protected  Application PrivilegedApplicationFactory.createPriviledgedApp(ApplicationDescriptor descriptor)
           
 

Constructors in org.mule.module.launcher.application with parameters of type ApplicationDescriptor
DefaultMuleApplication(ApplicationDescriptor appDesc)
           
PriviledgedMuleApplication(ApplicationDescriptor appDescriptor)
           
 

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

Subclasses of ApplicationDescriptor in org.mule.module.launcher.descriptor
 class EmptyApplicationDescriptor
          Encapsulates defaults when no explicit descriptor provided with an app.
 

Methods in org.mule.module.launcher.descriptor that return ApplicationDescriptor
 ApplicationDescriptor DescriptorParser.parse(File descriptor)
           
 ApplicationDescriptor PropertiesDescriptorParser.parse(File descriptor)
           
 

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

Methods in org.mule.module.launcher.plugin that return ApplicationDescriptor
 ApplicationDescriptor PluginDescriptorParser.getAppDescriptor()
           
 ApplicationDescriptor PluginDescriptor.getAppDescriptor()
           
 

Methods in org.mule.module.launcher.plugin with parameters of type ApplicationDescriptor
 void PluginDescriptor.setAppDescriptor(ApplicationDescriptor appDescriptor)
           
 

Constructors in org.mule.module.launcher.plugin with parameters of type ApplicationDescriptor
PluginDescriptorParser(ApplicationDescriptor appDescriptor, File appDir)
           
 



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