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

Annotation of /branches/2.4.x/src/skrueger/geotools/io/ServerSettings.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1327 - (hide annotations)
Sun Dec 5 17:23:22 2010 UTC (14 years, 3 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/io/ServerSettings.java
File MIME type: text/plain
File size: 297 byte(s)
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 }

Properties

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