Interface FilesystemProviderServices

All Known Subinterfaces:
FilesystemServerExplorerProviderFactory
All Known Implementing Classes:
AbstractFilesystemProviderServices, AbstractFilesystemServerExplorerProviderFactory, DefaultFilesystemProviderServices, FilesystemServerExplorerProviderFactoryWrapper, SimpleSequentialReaderFilesystemServerProviderFactory

public interface FilesystemProviderServices
Parameters to create a FilesystemServerExplorerProviderFactory
Author:
dmartinezizquierdo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The provider can create new stores.
    Return a short descripion about the provider
    int
    Returns the mode supported
    Returns the name of the provider
    boolean
    isMode(int mode)
    Return true if any mode in the parameter is supported.
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns the name of the provider
      Returns:
      name of the provider
    • getDescription

      String getDescription()
      Return a short descripion about the provider
      Returns:
      description about the provider
    • allowCreate

      int allowCreate()
      The provider can create new stores.
      Returns:
      YES if has creation support
    • getMode

      int getMode()
      Returns the mode supported
      Returns:
      DataServerExplorer.MODE
    • isMode

      boolean isMode(int mode)
      Return true if any mode in the parameter is supported.
      Parameters:
      mode -
      Returns:
      boolean