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