Uses of Class
org.h2.util.SortedProperties

Packages that use SortedProperties
org.h2.util Internal utility classes. 
 

Uses of SortedProperties in org.h2.util
 

Methods in org.h2.util that return SortedProperties
static SortedProperties SortedProperties.fromLines(java.lang.String s)
          Convert a String to a map.
static SortedProperties SortedProperties.loadProperties(java.lang.String fileName)
          Load a properties object from a file.