Interface FilenameStore

All Superinterfaces:
DataStore
All Known Implementing Classes:
FileStore

public interface FilenameStore extends DataStore
Represents a store that has a filename. Note that this does not only apply to file stores but any other store as well that has some kind of file name.
  • Method Details

    • determineDefaultName

      default Optional<String> determineDefaultName()
      Description copied from interface: DataStore
      Determines on optional default name for this data store that is used when determining a suitable default name for a data source.
      Specified by:
      determineDefaultName in interface DataStore
    • getFileExtension

      default String getFileExtension()
    • getFileName

      String getFileName()