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, removeFileExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceRootPathName, isModepublic static final String NAME
public boolean canCreate()
canCreate in interface FilesystemServerExplorerProviderpublic boolean canCreate(NewDataStoreParameters parameters)
canCreate in interface FilesystemServerExplorerProviderpublic void create(NewDataStoreParameters parameters, boolean overwrite) throws CreateException
create in interface FilesystemServerExplorerProviderCreateExceptionpublic NewDataStoreParameters getCreateParameters() throws DataException
getCreateParameters in interface FilesystemServerExplorerProviderDataExceptionpublic void initialize(FilesystemServerExplorerProviderServices serverExplorer)
initialize in interface FilesystemServerExplorerProviderpublic void remove(DataStoreParameters parameters) throws RemoveException
remove in interface FilesystemServerExplorerProviderRemoveExceptionpublic String getDataStoreProviderName()
getDataStoreProviderName in interface FilesystemFileFilterpublic boolean accept(File pathname)
accept in interface FileFilterpublic String getDescription()
getDescription in interface FilesystemFileFilterpublic DataStoreParameters getParameters(File file) throws DataException
DataExceptionpublic int getMode()
getMode in interface FilesystemServerExplorerProvidergetMode in class AbstractFilesystemServerExplorerProviderpublic DataServerExplorerProviderServices getServerExplorerProviderServices()
public boolean add(String provider, NewDataStoreParameters parameters, boolean overwrite) throws DataException
DataExceptionpublic boolean canAdd()
public boolean canAdd(String storeName) throws DataException
DataExceptionpublic NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataExceptionpublic List<?> getDataStoreProviderNames()
public DataServerExplorerParameters getParameters()
public String getProviderName()
public List<?> list() throws DataException
DataExceptionpublic List<?> list(int mode) throws DataException
DataExceptionpublic void dispose()