public class MuleFoldersUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPS_FOLDER |
static String |
ARTIFACT_PATCHES_FOLDER |
static String |
CONF |
static String |
CONTAINER_APP_PLUGINS |
static String |
DOMAINS_FOLDER |
static String |
EXECUTION_FOLDER |
static String |
LIB_FOLDER |
static String |
PATCHES_FOLDER |
static String |
PLUGINS_FOLDER |
static String |
SERVER_PLUGINS |
static String |
SERVICES_FOLDER |
static String |
SHARED_FOLDER |
static String |
USER_FOLDER |
public static final String EXECUTION_FOLDER
public static final String LIB_FOLDER
public static final String SHARED_FOLDER
public static final String APPS_FOLDER
public static final String PLUGINS_FOLDER
public static final String DOMAINS_FOLDER
public static final String CONTAINER_APP_PLUGINS
public static final String SERVER_PLUGINS
public static final String CONF
public static final String USER_FOLDER
public static final String PATCHES_FOLDER
public static final String ARTIFACT_PATCHES_FOLDER
public static final String SERVICES_FOLDER
public static File getMuleHomeFolder()
public static File getMuleBaseFolder()
public static File getServicesFolder()
File pointing to the container folder that contains services.public static File getServiceFolder(String name)
name - name of the service. Non empty.File pointing to the folder that corresponds to the provided service name when installed.public static File getServerPluginsFolder()
File pointing to the folder where server plugins are located.public static File getConfFolder()
File pointing to the folder where the server configuration is located.public static File getDomainsFolder()
public static File getAppsFolder()
public static File getAppLibFolder(String appName)
appName - name of the application to look forpublic static File getAppPluginsFolder(String appName)
appName - name of the application to look forpublic static String getAppPluginsFolderPath()
public static File getAppSharedLibsFolder(String appName)
appName - name of the application to look forpublic static String getAppSharedLibsFolderPath()
public static File getExecutionFolder()
public static File getMuleLibFolder()
public static File getUserLibFolder()
public static File getPatchesLibFolder()
public static File getArtifactPatchesLibFolder()
public static File getContainerAppPluginsFolder()
public static File getServicesTempFolder()
File pointing to the container folder used to temporarily store services on deploymentpublic static File getModulesTempFolder()
File pointing to the container folder used to temporarily store the exported module services for SPI.public static File getNativeLibrariesTempFolder()
File pointing to the container folder used to temporarily store the native libraries loaded for the app.public static File getAppNativeLibrariesTempFolder(String appName)
appName - name of the application to look forCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.