Parent Directory
|
Revision Log
added "isAvailable" to ServerSettings interface
1 | alfonx | 1164 | package skrueger.geotools.io; |
2 | |||
3 | alfonx | 1295 | public interface ServerSettings { |
4 | alfonx | 1164 | |
5 | alfonx | 1295 | public String getTitle(); |
6 | alfonx | 1164 | |
7 | alfonx | 1295 | public String toPropertiesString(); |
8 | alfonx | 1164 | |
9 | alfonx | 1295 | public boolean parsePropertiesString(String propString); |
10 | alfonx | 1327 | |
11 | /** | ||
12 | * @return <code>true</code> is the server seems to be online | ||
13 | */ | ||
14 | public boolean isAvailable(); | ||
15 | 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 |