public final class ConfigurationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addProperty(Object name,
Object value)
Adds a system property.
|
static void |
addToSystemProperties(Map<String,String> newProperties)
Add properties from map to system properties.
|
static void |
addToSystemProperties(Properties newProperties)
Add system properties.
|
public static void addProperty(Object name, Object value)
name
- of propertyvalue
- of propertypublic static void addToSystemProperties(Map<String,String> newProperties)
newProperties
- to addpublic static void addToSystemProperties(Properties newProperties)
newProperties
- to addCopyright © 2017–2022 wcm.io QA. All rights reserved.