Class MapUtils
java.lang.Object
de.hybris.platform.integration.cis.subscription.util.MapUtils
Utility class for Maps.
-
Method Summary
Modifier and TypeMethodDescriptionloadExternalPropertiesToSet(String propertiesFilePath) Loads an external (non-classpath) property class into a set with entry mappings.loadPropertiesToSet(String propertiesFilePath) Loads a property class into a set with entry mappings.
-
Method Details
-
loadPropertiesToSet
Loads a property class into a set with entry mappings.- Parameters:
propertiesFilePath- file path to the property file (e.g. ./filename.properties for files in /resources)- Returns:
- a set of entry mappings
-
loadExternalPropertiesToSet
Loads an external (non-classpath) property class into a set with entry mappings.- Parameters:
propertiesFilePath- file path to the property file- Returns:
- a set of entry mappings
-