public class OSMServerExplorer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
OSMServerExplorer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.String provider,
NewDataStoreParameters parameters,
boolean overwrite) |
boolean |
canAdd() |
boolean |
canAdd(java.lang.String storeName) |
void |
connect(ICancellable cancellable) |
void |
dispose() |
NewDataStoreParameters |
getAddParameters(java.lang.String storeName) |
java.util.List<?> |
getDataStoreProviderNames() |
DataServerExplorerParameters |
getParameters() |
java.lang.String |
getProviderName() |
DataServerExplorerProviderServices |
getServerExplorerProviderServices() |
DataStoreParameters |
getStoredParameters() |
boolean |
isHostReachable() |
boolean |
isHostReachable(int timeout) |
java.util.List<?> |
list() |
java.util.List<?> |
list(int mode) |
void |
remove(DataStoreParameters parameters) |
public java.lang.String getProviderName()
public boolean canAdd()
public boolean canAdd(java.lang.String storeName)
throws DataException
DataExceptionpublic java.util.List<?> list()
throws DataException
DataExceptionpublic java.util.List<?> list(int mode)
throws DataException
DataExceptionpublic boolean add(java.lang.String provider,
NewDataStoreParameters parameters,
boolean overwrite)
throws DataException
DataExceptionpublic void remove(DataStoreParameters parameters) throws DataException
DataExceptionpublic NewDataStoreParameters getAddParameters(java.lang.String storeName) throws DataException
DataExceptionpublic DataServerExplorerParameters getParameters()
public java.util.List<?> getDataStoreProviderNames()
public void dispose()
public DataServerExplorerProviderServices getServerExplorerProviderServices()
public DataStoreParameters getStoredParameters()
public void connect(ICancellable cancellable) throws ConnectException
ConnectExceptionpublic boolean isHostReachable(int timeout)
public boolean isHostReachable()