Constant Field Values


Contents
org.mule.*

org.mule.module.launcher.DefaultAppBloodhound
public static final String SYSTEM_PROPERTY_OVERRIDE "-O"

org.mule.module.launcher.DefaultMuleSharedDomainClassLoader
public static final String DEFAULT_DOMAIN_NAME "default"

org.mule.module.launcher.DeploymentService
public static final String ANOTHER_DEPLOYMENT_OPERATION_IS_IN_PROGRESS "Another deployment operation is in progress"
public static final String APP_ANCHOR_SUFFIX "-anchor.txt"
protected static final int DEFAULT_CHANGES_CHECK_INTERVAL_MS 5000
public static final String INSTALL_OPERATION_HAS_BEEN_INTERRUPTED "Install operation has been interrupted"
public static final String ZIP_FILE_SUFFIX ".zip"

org.mule.module.launcher.MuleApplicationClassLoader
public static final String PATH_CLASSES "classes"
public static final String PATH_LIBRARY "lib"
public static final String PATH_MULE "mule"
public static final String PATH_PER_APP "per-app"

org.mule.module.launcher.MuleContainer
public static final String CORE_EXTENSION_PROPERTIES "core-extensions.properties"
public static final String SERVICE_PATH "META-INF/services/org/mule/config/"

org.mule.module.launcher.application.DefaultMuleApplication
protected static final String ANCHOR_FILE_BLURB "Delete this file while Mule is running to undeploy this app in a clean way."
protected static final int DEFAULT_RELOAD_CHECK_INTERVAL_MS 3000

org.mule.module.launcher.application.PriviledgedMuleApplication
public static final String REGISTRY_KEY_CORE_EXTENSIONS "_coreExtensions"
public static final String REGISTRY_KEY_DEPLOYMENT_SERVICE "_deploymentService"

org.mule.module.launcher.descriptor.ApplicationDescriptor
public static final String CLASSNAME_SPRING_CONFIG_BUILDER "org.mule.config.spring.SpringXmlConfigurationBuilder"
public static final String DEFAULT_APP_PROPERTIES_RESOURCE "mule-app.properties"
public static final String DEFAULT_CONFIGURATION_RESOURCE "mule-config.xml"

org.mule.module.launcher.descriptor.PropertiesDescriptorParser
protected static final String PROPERTY_CONFIG_BUILDER "config.builder"
protected static final String PROPERTY_CONFIG_RESOURCES "config.resources"
protected static final String PROPERTY_DOMAIN "domain"
protected static final String PROPERTY_ENCODING "encoding"
protected static final String PROPERTY_LEGACY_PRIVILEGED "priviledged"
protected static final String PROPERTY_LOADER_OVERRIDE "loader.override"
protected static final String PROPERTY_PRIVILEGED "privileged"
protected static final String PROPERTY_REDEPLOYMENT_ENABLED "redeployment.enabled"
protected static final String PROPERTY_SCAN_PACKAGES "scan.packages"

org.mule.module.launcher.log4j.ApplicationAwareRepositorySelector
protected static final String PATTERN_LAYOUT "%-5p %d [%t] %c: %m%n"

org.mule.module.launcher.log4j.ApplicationAwareRepositorySelector.ConfigWatchDog
public static final long DEFAULT_DELAY 60000L

org.mule.module.launcher.plugin.PluginDescriptorParser
protected static final String PROPERTY_LOADER_OVERRIDE "loader.override"

org.mule.module.launcher.util.ElementEvent<E>
public static final int ADDED 0
public static final int CLEARED 3
public static final int MULTI_ADD 4
public static final int MULTI_REMOVE 5
public static final int REMOVED 2
public static final int UPDATED 1



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