public class MuleFoldersUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPS_FOLDER |
static String |
CLASSES_FOLDER |
static String |
CONFIG_FOLDER |
static String |
CONTAINER_APP_PLUGINS |
static String |
DOMAINS_FOLDER |
static String |
EXECUTION_FOLDER |
static String |
LIB_FOLDER |
static String |
PLUGINS_FOLDER |
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 CONFIG_FOLDER
public static final String SHARED_FOLDER
public static final String APPS_FOLDER
public static final String PLUGINS_FOLDER
public static final String CLASSES_FOLDER
public static final String DOMAINS_FOLDER
public static final String CONTAINER_APP_PLUGINS
public static final String USER_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 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 getAppConfigFolder(String appName)
appName - name of the application to look forpublic static String getAppConfigFolderPath()
public static File getExecutionFolder()
public static File getMuleLibFolder()
public static File getUserLibFolder()
public static File getContainerAppPluginsFolder()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.