@Path(value="GeoServer") public class GeoServer extends Object
| Constructor and Description |
|---|
GeoServer() |
| Modifier and Type | Method and Description |
|---|---|
GeoServerConfiguration |
getInstanceConfiguration(String host) |
Credentials |
getInstanceCredentials(String host) |
@GET
@Path(value="configuration/{host}")
@Produces(value="application/json")
public GeoServerConfiguration getInstanceConfiguration(@PathParam(value="host")
String host)
@GET
@Path(value="credentials/{host}")
@Produces(value="application/json")
public Credentials getInstanceCredentials(@PathParam(value="host")
String host)
Copyright © 2017. All Rights Reserved.