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
DataException
public List<?> list() throws DataException
DataException
public List<?> list(int mode) throws DataException
DataException
public boolean add(String provider, NewDataStoreParameters parameters, boolean overwrite) throws DataException
DataException
public void remove(DataStoreParameters parameters) throws DataException
DataException
public NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataException
public DataServerExplorerParameters getParameters()
public 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()