Class BSQFileSystemServerProvider

java.lang.Object
org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
org.gvsig.fmap.dal.file.bsq.BSQFileSystemServerProvider
All Implemented Interfaces:
FileFilter, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemFileFilter, org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProvider

public class BSQFileSystemServerProvider extends org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String[]
     

    Fields inherited from class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider

    LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    BSQFileSystemServerProvider(org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProviderFactory factory, String name, String description, String[] fileExtensions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File pathname)
     
    boolean
     
    void
    create(org.gvsig.fmap.dal.NewDataStoreParameters parameters, boolean overwrite)
     
    org.gvsig.fmap.dal.NewDataStoreParameters
     
    int
     

    Methods inherited from class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider

    canCreate, closeResourceRequested, getDataStoreProviderName, getDescription, getFactory, getName, getParameters, getResourceRootPathName, getResourceRootPathName, initialize, isMode, remove, removeFileExtension, resourceChanged

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fileExtensions

      protected String[] fileExtensions
  • Constructor Details

    • BSQFileSystemServerProvider

      public BSQFileSystemServerProvider(org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProviderFactory factory, String name, String description, String[] fileExtensions)
  • Method Details

    • canCreate

      public boolean canCreate()
      Specified by:
      canCreate in interface org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProvider
      Overrides:
      canCreate in class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
    • getCreateParameters

      public org.gvsig.fmap.dal.NewDataStoreParameters getCreateParameters() throws org.gvsig.fmap.dal.exception.DataException
      Specified by:
      getCreateParameters in interface org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProvider
      Overrides:
      getCreateParameters in class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • create

      public void create(org.gvsig.fmap.dal.NewDataStoreParameters parameters, boolean overwrite) throws org.gvsig.fmap.dal.exception.CreateException
      Specified by:
      create in interface org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProvider
      Overrides:
      create in class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
      Throws:
      org.gvsig.fmap.dal.exception.CreateException
    • getMode

      public int getMode()
      Specified by:
      getMode in interface org.gvsig.fmap.dal.serverexplorer.filesystem.spi.FilesystemServerExplorerProvider
      Overrides:
      getMode in class org.gvsig.fmap.dal.serverexplorer.filesystem.impl.AbstractFilesystemServerExplorerProvider
    • accept

      public boolean accept(File pathname)