Searched refs:getCombinedSysProps (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/universal/xml/
H A DSysPropsHandlerTest.java78 * Test of getCombinedSysProps method, of class SysPropsHandler.
88 Map<String, String> map = instance.getCombinedSysProps();
101 map = instance.getCombinedSysProps();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/xml/
H A DSysPropsHandler.java67 Map<String, String> getCombinedSysProps() { method in class:SysPropsHandler
79 return getCombinedSysProps().get(key);
H A DMiniXmlParser.java159 return sysProps.getCombinedSysProps();

Completed in 14 milliseconds