com.sun.enterprise.config.serverbeans
Class SystemPropertyBag.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.SystemPropertyBag.Duck
Enclosing interface:
SystemPropertyBag

public static class SystemPropertyBag.Duck
extends Object


Constructor Summary
SystemPropertyBag.Duck()
           
 
Method Summary
static boolean containsProperty(SystemPropertyBag me, String name)
           
static String getPropertyValue(SystemPropertyBag me, String name)
           
static SystemProperty getSystemProperty(SystemPropertyBag me, String name)
           
static String getSystemPropertyValue(SystemPropertyBag me, String name, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyBag.Duck

public SystemPropertyBag.Duck()
Method Detail

getSystemProperty

public static SystemProperty getSystemProperty(SystemPropertyBag me,
                                               String name)

getPropertyValue

public static String getPropertyValue(SystemPropertyBag me,
                                      String name)

getSystemPropertyValue

public static String getSystemPropertyValue(SystemPropertyBag me,
                                            String name,
                                            String defaultValue)

containsProperty

public static boolean containsProperty(SystemPropertyBag me,
                                       String name)


Copyright © 2012 GlassFish Community. All Rights Reserved.