Parent Directory
|
Revision Log
Refactored ServerSettings and ServerList classes in schmitzm for more usablility ;-)
1 | alfonx | 1164 | package skrueger.geotools.io; |
2 | |||
3 | |||
4 | alfonx | 1295 | public interface ServerSettings { |
5 | alfonx | 1164 | |
6 | alfonx | 1295 | public String getTitle(); |
7 | alfonx | 1164 | |
8 | alfonx | 1295 | public String toPropertiesString(); |
9 | alfonx | 1164 | |
10 | alfonx | 1295 | public boolean parsePropertiesString(String propString); |
11 | alfonx | 1164 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |