public class DBFFilesystemServerProvider extends AbstractFilesystemServerExplorerProvider implements FilesystemServerExplorerProvider, ResourceConsumer
Modifier and Type | Field and Description |
---|---|
protected FilesystemServerExplorerProviderServices |
serverExplorer |
Constructor and Description |
---|
DBFFilesystemServerProvider() |
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) |
protected NewDataStoreParameters |
createInstanceNewDataStoreParameters() |
protected EditableFeatureType |
fixFeatureType(FeatureType featureType) |
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, removeFileExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourceRootPathName, isMode
protected FilesystemServerExplorerProviderServices serverExplorer
public String getDataStoreProviderName()
getDataStoreProviderName
in interface FilesystemFileFilter
public int getMode()
getMode
in interface FilesystemServerExplorerProvider
getMode
in class AbstractFilesystemServerExplorerProvider
public boolean accept(File pathname)
accept
in interface FileFilter
public String getDescription()
getDescription
in interface FilesystemFileFilter
public DataStoreParameters getParameters(File file) throws DataException
getParameters
in class AbstractFilesystemServerExplorerProvider
DataException
public boolean canCreate()
canCreate
in interface FilesystemServerExplorerProvider
canCreate
in class AbstractFilesystemServerExplorerProvider
public boolean canCreate(NewDataStoreParameters parameters)
canCreate
in interface FilesystemServerExplorerProvider
canCreate
in class AbstractFilesystemServerExplorerProvider
public void create(NewDataStoreParameters parameters, boolean overwrite) throws CreateException
create
in interface FilesystemServerExplorerProvider
create
in class AbstractFilesystemServerExplorerProvider
CreateException
protected NewDataStoreParameters createInstanceNewDataStoreParameters()
public NewDataStoreParameters getCreateParameters()
getCreateParameters
in interface FilesystemServerExplorerProvider
getCreateParameters
in class AbstractFilesystemServerExplorerProvider
public void initialize(FilesystemServerExplorerProviderServices serverExplorer)
initialize
in interface FilesystemServerExplorerProvider
initialize
in class AbstractFilesystemServerExplorerProvider
public void remove(DataStoreParameters parameters) throws RemoveException
remove
in interface FilesystemServerExplorerProvider
remove
in class AbstractFilesystemServerExplorerProvider
RemoveException
public boolean closeResourceRequested(ResourceProvider resource)
closeResourceRequested
in interface ResourceConsumer
closeResourceRequested
in class AbstractFilesystemServerExplorerProvider
public void resourceChanged(ResourceProvider resource)
resourceChanged
in interface ResourceConsumer
resourceChanged
in class AbstractFilesystemServerExplorerProvider
protected EditableFeatureType fixFeatureType(FeatureType featureType)