public class StandaloneServerUtils extends Object
This utility methods are not meant to be used in container mode.
| Constructor and Description |
|---|
StandaloneServerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<File> |
getMuleBase()
The mule runtime base folder is a directory similar to the mule runtime installation one but with only the specific
configuration parts of the mule runtime installation such as the apps folder, the domain folder, the conf folder.
|
static Optional<File> |
getMuleHome() |
public static Optional<File> getMuleHome()
public static Optional<File> getMuleBase()
MuleProperties.MULE_HOME_DIRECTORY_PROPERTY property value if
MuleProperties.MULE_BASE_DIRECTORY_PROPERTY is not set which may be null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.