| java.lang.Object org.springframework.util.DefaultPropertiesPersister
Method Summary | |
protected boolean | endsWithContinuationMarker(String line) | protected String | escape(String str, boolean isKey) | public void | load(Properties props, InputStream is) | public void | load(Properties props, Reader reader) | public void | loadFromXml(Properties props, InputStream is) | public void | store(Properties props, OutputStream os, String header) | public void | store(Properties props, Writer writer, String header) | public void | storeToXml(Properties props, OutputStream os, String header) | public void | storeToXml(Properties props, OutputStream os, String header, String encoding) | protected String | unescape(String str) |
endsWithContinuationMarker | protected boolean endsWithContinuationMarker(String line)(Code) | | |
|
|