java.lang.Object
io.xpipe.core.impl.LocalDirectoryDataStore
- All Implemented Interfaces:
DataStore
-
Constructor Summary
Constructors -
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.Determines the last modified of this data store if this data store supports it.getPath()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.store.DataStore
asNeeded, canOpen, checkComplete, delete, getFlow, isComplete, isContentExclusivelyAccessible, shouldPersist, shouldSave, validate
-
Constructor Details
-
LocalDirectoryDataStore
-
-
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
-
determineLastModified
Description copied from interface:DataStoreDetermines the last modified of this data store if this data store supports it.- Specified by:
determineLastModifiedin interfaceDataStore
-
getPath
-