public final class GFSystem extends Object
| Constructor and Description |
|---|
GFSystem() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getProperties()
Get the GFSystem Properties
|
static String |
getProperty(String key)
Get a GF System Property
|
static void |
init() |
static void |
setProperty(String key,
String value)
Set a GF System Property, null is acceptable for the name and/or value.
|
public static final void init()
public static final Map<String,String> getProperties()
public static final String getProperty(String key)
key - the name of the propertyCopyright © 2017–2020 Eclipse Foundation. All rights reserved.