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
DataException
public java.util.List<?> list() throws DataException
DataException
public java.util.List<?> list(int mode) throws DataException
DataException
public boolean add(java.lang.String provider, NewDataStoreParameters parameters, boolean overwrite) throws DataException
DataException
public void remove(DataStoreParameters parameters) throws DataException
DataException
public NewDataStoreParameters getAddParameters(java.lang.String storeName) throws DataException
DataException
public DataServerExplorerParameters getParameters()
public java.util.List<?> getDataStoreProviderNames()
public void dispose()
public DataServerExplorerProviderServices getServerExplorerProviderServices()
public DataStoreParameters getStoredParameters()
public void connect(ICancellable cancellable) throws ConnectException
ConnectException
public boolean isHostReachable(int timeout)
public boolean isHostReachable()