Class SystemPropertyBag.Duck
- java.lang.Object
-
- com.sun.enterprise.config.serverbeans.SystemPropertyBag.Duck
-
- Enclosing interface:
- SystemPropertyBag
public static class SystemPropertyBag.Duck extends Object
-
-
Constructor Summary
Constructors Constructor Description Duck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsProperty(SystemPropertyBag me, String name)static SystemPropertygetSystemProperty(SystemPropertyBag me, String name)static StringgetSystemPropertyValue(SystemPropertyBag me, String name)static StringgetSystemPropertyValue(SystemPropertyBag me, String name, String defaultValue)
-
-
-
Method Detail
-
getSystemProperty
public static SystemProperty getSystemProperty(SystemPropertyBag me, String name)
-
getSystemPropertyValue
public static String getSystemPropertyValue(SystemPropertyBag me, String name)
-
getSystemPropertyValue
public static String getSystemPropertyValue(SystemPropertyBag me, String name, String defaultValue)
-
containsProperty
public static boolean containsProperty(SystemPropertyBag me, String name)
-
-