public final class RunnerModuleUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDED_ARTIFACTS |
static String |
EXCLUDED_PROPERTIES_FILE |
static String |
EXTRA_BOOT_PACKAGES |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getExcludedProperties()
Loads the
EXCLUDED_PROPERTIES_FILE resources files, merges the entries so only one
Properties is returned with all values. |
public static final String EXCLUDED_PROPERTIES_FILE
public static final String EXCLUDED_ARTIFACTS
public static final String EXTRA_BOOT_PACKAGES
public static final Properties getExcludedProperties() throws IllegalStateException, IOException
EXCLUDED_PROPERTIES_FILE resources files, merges the entries so only one
Properties is returned with all values.Properties loaded with the content of the file.IOException - if the properties couldn't load the file.IllegalStateException - if the file couldn't be found.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.