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

/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/universal/
H A DPropertiesDecoderTest.java78 * Test of unflatten method, of class PropertiesDecoder.
83 Map<String, String> result = PropertiesDecoder.unflatten(s);
91 result = PropertiesDecoder.unflatten(s);
97 result = PropertiesDecoder.unflatten(s);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/
H A DPropertiesDecoder.java53 * are "flattened". This class will unflatten them back into a Map for you.
65 public static Map<String,String> unflatten(final String s) { method in class:PropertiesDecoder
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DNonSMFServiceAdapter.java114 return PropertiesDecoder.unflatten(flattenedServicePropertes);

Completed in 12 milliseconds