public class SystemProperties extends Object
Modifier and Type | Method and Description |
---|---|
static Properties |
getSystemProperties() |
static String |
getSystemProperty(String name) |
static String |
getSystemProperty(String name,
String defaultValue) |
static void |
setSystemProperty(String name,
String value) |
public static Properties getSystemProperties()
Copyright © 2004–2013 Paul Ferraro. All rights reserved.