Searched defs:getSystemPropertyValue (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DSystemPropertyBag.java85 String getSystemPropertyValue(String name); method in interface:SystemPropertyBag
111 return getSystemPropertyValue(me,name,null);
114 public static String getSystemPropertyValue(final SystemPropertyBag me, final String name, final String defaultValue) { method in class:SystemPropertyBag.Duck

Completed in 14 milliseconds