public class SystemPropertiesSetter extends Object
| Constructor and Description |
|---|
SystemPropertiesSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMap(Map<String,String> map)
For each entry in the given map, a system property is set
wherein the key of each entry is the property name, and the
entry value is the property value.
|
public void setMap(Map<String,String> map)
map - The map.Copyright © 2020. All rights reserved.