- All Superinterfaces:
DataStore
- All Known Implementing Classes:
CollectionEntryDataStore,FileStore
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 Summary
Modifier and TypeMethodDescriptionDetermines on optional default name for this data store that is used when determining a suitable default name for a data source.default StringMethods inherited from interface io.xpipe.core.store.DataStore
asNeeded, canOpen, checkComplete, delete, determineLastModified, getFlow, isComplete, isContentExclusivelyAccessible, validate
-
Method Details
-
determineDefaultName
Description copied from interface:DataStoreDetermines on optional default name for this data store that is used when determining a suitable default name for a data source.- Specified by:
determineDefaultNamein interfaceDataStore
-
getFileExtension
-
getFileName
String getFileName()
-