org.mule.module.launcher.descriptor
Class EmptyApplicationDescriptor

java.lang.Object
  extended by org.mule.module.launcher.descriptor.ApplicationDescriptor
      extended by org.mule.module.launcher.descriptor.EmptyApplicationDescriptor

public class EmptyApplicationDescriptor
extends ApplicationDescriptor

Encapsulates defaults when no explicit descriptor provided with an app.


Field Summary
 
Fields inherited from class org.mule.module.launcher.descriptor.ApplicationDescriptor
CLASSNAME_SPRING_CONFIG_BUILDER, DEFAULT_APP_PROPERTIES_RESOURCE, DEFAULT_CONFIGURATION_RESOURCE
 
Constructor Summary
EmptyApplicationDescriptor(String appName)
           
 
Method Summary
 String getAppName()
           
 
Methods inherited from class org.mule.module.launcher.descriptor.ApplicationDescriptor
getAppProperties, getConfigResources, getConfigurationBuilder, getDomain, getEncoding, getLoaderOverride, getPackagesToScan, getPlugins, isPriviledged, isPrivileged, isRedeploymentEnabled, setAppName, setAppProperties, setConfigResources, setConfigurationBuilder, setDomain, setEncoding, setLoaderOverride, setPackagesToScan, setPlugins, setPriviledged, setPrivileged, setRedeploymentEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyApplicationDescriptor

public EmptyApplicationDescriptor(String appName)
Method Detail

getAppName

public String getAppName()
Overrides:
getAppName in class ApplicationDescriptor


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