public static class SystemPropertyBag.Duck extends Object
| Constructor and Description |
|---|
SystemPropertyBag.Duck() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsProperty(SystemPropertyBag me,
String name) |
static SystemProperty |
getSystemProperty(SystemPropertyBag me,
String name) |
static String |
getSystemPropertyValue(SystemPropertyBag me,
String name) |
static String |
getSystemPropertyValue(SystemPropertyBag me,
String name,
String defaultValue) |
public static SystemProperty getSystemProperty(SystemPropertyBag me, String name)
public static String getSystemPropertyValue(SystemPropertyBag me, String name)
public static String getSystemPropertyValue(SystemPropertyBag me, String name, String defaultValue)
public static boolean containsProperty(SystemPropertyBag me, String name)
Copyright © 2013. All Rights Reserved.