public abstract class AbstractDataServerExplorer extends AbstractDisposable implements DataServerExplorer
MODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER
Modifier | Constructor and Description |
---|---|
protected |
AbstractDataServerExplorer(DataServerExplorerParameters parameters,
DataServerExplorerProviderServices providerServices) |
Modifier and Type | Method and Description |
---|---|
protected void |
doDispose()
Internal implementation for the
AbstractDisposable.dispose() method, to be
implemented by child classes. |
DataStoreParameters |
get(String name) |
DataServerExplorerParameters |
getParameters()
Returns this DataServerExplorer parameters
|
File |
getResourcePath(DataStore dataStore,
String resourceName)
Return the file resource associated to this name and store.
|
DataServerExplorerProviderServices |
getServerExplorerProviderServices() |
dispose, dispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, canAdd, canAdd, getAddParameters, getDataStoreProviderNames, getProviderName, list, list, remove
dispose
protected AbstractDataServerExplorer(DataServerExplorerParameters parameters, DataServerExplorerProviderServices providerServices)
public DataServerExplorerProviderServices getServerExplorerProviderServices()
public DataServerExplorerParameters getParameters()
DataServerExplorer
getParameters
in interface DataServerExplorer
protected void doDispose() throws BaseException
AbstractDisposable
AbstractDisposable.dispose()
method, to be
implemented by child classes.doDispose
in class AbstractDisposable
BaseException
AbstractDisposable.dispose()
public DataStoreParameters get(String name) throws DataException
get
in interface DataServerExplorer
DataException
public File getResourcePath(DataStore dataStore, String resourceName) throws DataException
DataServerExplorer
getResourcePath
in interface DataServerExplorer
DataException