public final class MapUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>> |
loadExternalPropertiesToSet(java.lang.String propertiesFilePath)
Loads an external (non-classpath) property class into a set with entry mappings.
|
static java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>> |
loadPropertiesToSet(java.lang.String propertiesFilePath)
Loads a property class into a set with entry mappings.
|
public static java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>> loadPropertiesToSet(java.lang.String propertiesFilePath)
propertiesFilePath - file path to the property file (e.g. ./filename.properties for files in /resources)public static java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>> loadExternalPropertiesToSet(java.lang.String propertiesFilePath)
propertiesFilePath - file path to the property fileCopyright © 2018 SAP SE. All Rights Reserved.