public class NetCDFFilesystemServerExplorer extends AbstractFilesystemServerExplorerProvider implements FilesystemServerExplorerProvider
Constructor and Description |
---|
NetCDFFilesystemServerExplorer() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File pathname) |
boolean |
add(String provider,
NewDataStoreParameters parameters,
boolean overwrite) |
boolean |
canAdd() |
boolean |
canAdd(String storeName) |
boolean |
canCreate() |
boolean |
canCreate(NewDataStoreParameters parameters) |
void |
create(NewDataStoreParameters parameters,
boolean overwrite) |
void |
dispose() |
NewDataStoreParameters |
getAddParameters(String storeName) |
NewDataStoreParameters |
getCreateParameters() |
String |
getDataStoreProviderName() |
List<?> |
getDataStoreProviderNames() |
String |
getDescription() |
int |
getMode() |
DataServerExplorerParameters |
getParameters() |
DataStoreParameters |
getParameters(File file) |
String |
getProviderName() |
DataServerExplorerProviderServices |
getServerExplorerProviderServices() |
void |
initialize(FilesystemServerExplorerProviderServices serverExplorer) |
List<?> |
list() |
List<?> |
list(int mode) |
void |
remove(DataStoreParameters parameters) |
getResourceRootPathName, isMode, removeFileExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourceRootPathName, isMode
public static final String NAME
public boolean canCreate()
canCreate
in interface FilesystemServerExplorerProvider
public boolean canCreate(NewDataStoreParameters parameters)
canCreate
in interface FilesystemServerExplorerProvider
public void create(NewDataStoreParameters parameters, boolean overwrite) throws CreateException
create
in interface FilesystemServerExplorerProvider
CreateException
public NewDataStoreParameters getCreateParameters() throws DataException
getCreateParameters
in interface FilesystemServerExplorerProvider
DataException
public void initialize(FilesystemServerExplorerProviderServices serverExplorer)
initialize
in interface FilesystemServerExplorerProvider
public void remove(DataStoreParameters parameters) throws RemoveException
remove
in interface FilesystemServerExplorerProvider
RemoveException
public String getDataStoreProviderName()
getDataStoreProviderName
in interface FilesystemFileFilter
public boolean accept(File pathname)
accept
in interface FileFilter
public String getDescription()
getDescription
in interface FilesystemFileFilter
public DataStoreParameters getParameters(File file) throws DataException
DataException
public int getMode()
getMode
in interface FilesystemServerExplorerProvider
getMode
in class AbstractFilesystemServerExplorerProvider
public DataServerExplorerProviderServices getServerExplorerProviderServices()
public boolean add(String provider, NewDataStoreParameters parameters, boolean overwrite) throws DataException
DataException
public boolean canAdd()
public boolean canAdd(String storeName) throws DataException
DataException
public NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataException
public List<?> getDataStoreProviderNames()
public DataServerExplorerParameters getParameters()
public String getProviderName()
public List<?> list() throws DataException
DataException
public List<?> list(int mode) throws DataException
DataException
public void dispose()