/[schmitzm]/branches/2.4.x/src/skrueger/geotools/io/AbstractGTServerSettings.java
ViewVC logotype

Diff of /branches/2.4.x/src/skrueger/geotools/io/AbstractGTServerSettings.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/src/skrueger/geotools/io/ServerSettings.java revision 1164 by alfonx, Mon Oct 25 07:25:26 2010 UTC branches/2.4.x/src/skrueger/geotools/io/AbstractGTServerSettings.java revision 1383 by alfonx, Wed Jan 26 13:46:20 2011 UTC
# Line 2  package skrueger.geotools.io; Line 2  package skrueger.geotools.io;
2    
3  import java.util.HashMap;  import java.util.HashMap;
4    
5  public abstract class ServerSettings<T1, T2> extends HashMap<T1, T2> {  public abstract class AbstractGTServerSettings<T1, T2> extends HashMap<T1, T2>
6                    implements ServerSettings {
7    
8          abstract public String toPropertiesString();          public AbstractGTServerSettings(String propString) {
9                    parsePropertiesString(propString);
10            }
11    
12            public AbstractGTServerSettings() {
13            }
14    
15          static Integer intOrNull(String string) {          static Integer intOrNull(String string) {
16                  if (string == null)                  if (string == null)

Legend:
Removed from v.1164  
changed lines
  Added in v.1383

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26