public interface Publisher
| Modifier and Type | Field and Description |
|---|---|
static String |
PUBLISHER_TYPE_GEOSERVER |
static String |
PUBLISHER_TYPE_MAPSERVER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
publishDB(String url,
String username,
String password,
nl.b3p.datastorelinker.entity.Database.Type dbType,
String host,
int port,
String dbUser,
String dbPass,
String schema,
String database,
String[] table,
String workspace,
String style,
javax.servlet.ServletContext context) |
boolean |
publishDb(String url,
String username,
String password,
nl.b3p.datastorelinker.entity.Database.Type dbType,
String host,
int port,
String dbUser,
String dbPass,
String schema,
String database,
String table,
String workspace,
String style,
javax.servlet.ServletContext context) |
static final String PUBLISHER_TYPE_GEOSERVER
static final String PUBLISHER_TYPE_MAPSERVER
boolean publishDb(String url, String username, String password, nl.b3p.datastorelinker.entity.Database.Type dbType, String host, int port, String dbUser, String dbPass, String schema, String database, String table, String workspace, String style, javax.servlet.ServletContext context)
Copyright © 2016. All rights reserved.