Parent Directory
|
Revision Log
trunk becomes 2.4.x ... starting to create multiple modules
1 | alfonx | 1292 | package skrueger; |
2 | |||
3 | alfonx | 1295 | import skrueger.geotools.io.ServerSettings; |
4 | alfonx | 1292 | |
5 | |||
6 | alfonx | 1295 | public interface ServerList<T extends ServerSettings> { |
7 | |||
8 | alfonx | 1292 | String toPropertiesString(); |
9 | |||
10 | boolean parsePropertiesString(String propString); | ||
11 | alfonx | 1295 | |
12 | boolean add(T server); | ||
13 | alfonx | 1292 | |
14 | } |
Name | Value |
---|---|
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |