public class JIPipeFileSystemReadDataStorage extends Object implements JIPipeReadDataStorage
Constructor and Description |
---|
JIPipeFileSystemReadDataStorage(JIPipeProgressInfo progressInfo,
Path fileSystemPath) |
JIPipeFileSystemReadDataStorage(JIPipeProgressInfo progressInfo,
Path fileSystemPath,
Path internalPath) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
exists(Path path)
Returns true if the storage contains given element
|
Path |
getFileSystemPath()
Returns a path on the file system where data can be read/written
This path is always ensured to exist.
|
Path |
getInternalPath()
The current path relative to the root storage
|
JIPipeProgressInfo |
getProgressInfo()
Returns the
JIPipeProgressInfo instance where information is logged |
boolean |
isDirectory(Path path)
Returns true if the element with given name is a directory
|
boolean |
isFile(Path path)
Returns true if the element with given name is a file
|
boolean |
isFileSystemPathInitialized()
Returns true if the file system path is initialized.
|
Collection<Path> |
list()
Lists the relative paths of all elements in this storage
|
InputStream |
open(Path path)
Opens the specified file element as stream.
|
JIPipeReadDataStorage |
resolve(Path path)
Returns a new storage that resolves to a path inside this storage
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
exists, findFileByExtension, findFilesByExtension, isDirectory, isFile, listNames, open, readBytes, readJSON, readText, resolve
relativeToAbsolute
public JIPipeFileSystemReadDataStorage(JIPipeProgressInfo progressInfo, Path fileSystemPath)
public JIPipeFileSystemReadDataStorage(JIPipeProgressInfo progressInfo, Path fileSystemPath, Path internalPath)
public Path getInternalPath()
JIPipeDataStorage
getInternalPath
in interface JIPipeDataStorage
public boolean isFileSystemPathInitialized()
JIPipeDataStorage
isFileSystemPathInitialized
in interface JIPipeDataStorage
public Path getFileSystemPath()
JIPipeDataStorage
getFileSystemPath
in interface JIPipeDataStorage
public JIPipeProgressInfo getProgressInfo()
JIPipeDataStorage
JIPipeProgressInfo
instance where information is loggedgetProgressInfo
in interface JIPipeDataStorage
JIPipeProgressInfo
instancepublic JIPipeReadDataStorage resolve(Path path)
JIPipeReadDataStorage
resolve
in interface JIPipeReadDataStorage
path
- the pathpublic boolean isFile(Path path)
JIPipeReadDataStorage
isFile
in interface JIPipeReadDataStorage
path
- the element path. relative to the current storage.public boolean exists(Path path)
JIPipeReadDataStorage
exists
in interface JIPipeReadDataStorage
path
- the element path. relative to the current storage.public boolean isDirectory(Path path)
JIPipeReadDataStorage
isDirectory
in interface JIPipeReadDataStorage
path
- the element path. relative to the current storage.public Collection<Path> list()
JIPipeReadDataStorage
list
in interface JIPipeReadDataStorage
public InputStream open(Path path)
JIPipeReadDataStorage
open
in interface JIPipeReadDataStorage
path
- the file path. relative to the current store.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.