Searched refs:getPropertyAsValue (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java256 public static final String getPropertyAsValue(final String name) { method in class:SystemPropertyConstants
301 final StringBuffer sb = new StringBuffer(getPropertyAsValue(INSTANCE_ROOT_PROPERTY));
311 final StringBuffer sb = new StringBuffer(getPropertyAsValue(INSTANCE_ROOT_PROPERTY));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DDeleteSystemProperty.java192 String sysPropName = SystemPropertyConstants.getPropertyAsValue(propName);

Completed in 13 milliseconds