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

    • getFileExtension

      default String getFileExtension()
    • getFileName

      String getFileName()