Searched refs:PropertiesDecoder (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.java50 public class PropertiesDecoder { class
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DNonSMFServiceAdapter.java43 import com.sun.enterprise.universal.PropertiesDecoder;
114 return PropertiesDecoder.unflatten(flattenedServicePropertes);

Completed in 12 milliseconds