java.lang.Object
io.xpipe.core.impl.CollectionEntryDataStore
- All Implemented Interfaces:
DataStore,FilenameStore,StreamDataStore
public abstract class CollectionEntryDataStore
extends Object
implements FilenameStore, StreamDataStore
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionEntryDataStore(boolean directory, String name, DataStore collectionStore) -
Method Summary
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, determineLastModified, getFlow, isComplete, isContentExclusivelyAccessible, validateMethods inherited from interface io.xpipe.core.store.FilenameStore
determineDefaultName, getFileExtensionMethods inherited from interface io.xpipe.core.store.StreamDataStore
openBufferedInput, openInput, openOutput
-
Constructor Details
-
CollectionEntryDataStore
-
-
Method Details
-
getFileName
- Specified by:
getFileNamein interfaceFilenameStore
-
isDirectory
public boolean isDirectory() -
getCollectionStore
-
getName
-
getPreferredProvider
-