Class MapUtils
java.lang.Object
org.apache.commons.exec.util.MapUtils
-
Constructor Details
-
MapUtils
public MapUtils()
-
-
Method Details
-
copy
-
prefix
Clones a map and prefixes the keys in the clone, e.g. for mapping "JAVA_HOME" to "env.JAVA_HOME" to simulate the behaviour of Ant.- Type Parameters:
K- the map key typeV- the map value type- Parameters:
source- the source mapprefix- the prefix used for all names- Returns:
- the clone of the source map
-
merge
-