public interface JIPipeDataStorage extends AutoCloseable, Closeable
JIPipeData
Modifier and Type | Method and Description |
---|---|
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 |
isFileSystemPathInitialized()
Returns true if the file system path is initialized.
|
default Path |
relativeToAbsolute(Path path)
Converts a path relative to this storage into a path that is relative to the root storage.
|
JIPipeProgressInfo getProgressInfo()
JIPipeProgressInfo
instance where information is loggedJIPipeProgressInfo
instanceboolean isFileSystemPathInitialized()
Path getFileSystemPath()
Path getInternalPath()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.