public class DXFFilesystemServerProvider extends AbstractFilesystemServerExplorerProvider implements FilesystemServerExplorerProvider, ResourceConsumer
| Modifier and Type | Class and Description |
|---|---|
class |
DXFFilesystemServerProvider.Builder |
| Constructor and Description |
|---|
DXFFilesystemServerProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File pathname) |
boolean |
canCreate() |
boolean |
canCreate(NewDataStoreParameters parameters) |
boolean |
closeResourceRequested(ResourceProvider resource) |
void |
create(NewDataStoreParameters parameters,
boolean overwrite) |
NewDataStoreParameters |
getCreateParameters() |
String |
getDataStoreProviderName() |
String |
getDescription() |
int |
getMode() |
DataStoreParameters |
getParameters(File file) |
void |
initialize(FilesystemServerExplorerProviderServices serverExplorer) |
void |
remove(DataStoreParameters parameters) |
void |
resourceChanged(ResourceProvider resource) |
getResourceRootPathName, isMode, removeFileExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceRootPathName, isModepublic String getDataStoreProviderName()
getDataStoreProviderName in interface FilesystemFileFilterpublic int getMode()
getMode in interface FilesystemServerExplorerProvidergetMode in class AbstractFilesystemServerExplorerProviderpublic boolean accept(File pathname)
accept in interface FileFilterpublic String getDescription()
getDescription in interface FilesystemFileFilterpublic DataStoreParameters getParameters(File file) throws DataException
DataExceptionpublic 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 boolean closeResourceRequested(ResourceProvider resource)
closeResourceRequested in interface ResourceConsumerpublic void resourceChanged(ResourceProvider resource)
resourceChanged in interface ResourceConsumer