14 |
* This class can serialize all important parameters needed to define the |
* This class can serialize all important parameters needed to define the |
15 |
* connection into a {@link String} with {@link #toPropertiesString()} and |
* connection into a {@link String} with {@link #toPropertiesString()} and |
16 |
* re-import the String with {@link #parsePropertiesString(String)}. |
* re-import the String with {@link #parsePropertiesString(String)}. |
17 |
|
* |
18 |
|
* TODO THis is wrong, should not extend AbstractGTServerSettings since it is |
19 |
|
* not a GeoTools specific server setting |
20 |
*/ |
*/ |
21 |
public class GsServerSettings extends AbstractGTServerSettings<Void, Void> { |
public class GsServerSettings extends AbstractGTServerSettings<Void, Void> { |
22 |
|
|