public class JIPipeFileSystemWriteDataStorage extends Object implements JIPipeWriteDataStorage
JIPipeWriteDataStorage
.Constructor and Description |
---|
JIPipeFileSystemWriteDataStorage(JIPipeProgressInfo progressInfo,
Path fileSystemPath) |
JIPipeFileSystemWriteDataStorage(JIPipeProgressInfo progressInfo,
Path fileSystemPath,
Path internalPath) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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.
|
JIPipeWriteDataStorage |
resolve(Path path)
Returns a new storage that resolves to a path inside this storage
|
String |
toString() |
OutputStream |
write(Path path)
Creates an output stream that writes the specified file element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
resolve, write, writeBytes, writeJSON, writeText
relativeToAbsolute
public JIPipeFileSystemWriteDataStorage(JIPipeProgressInfo progressInfo, Path fileSystemPath)
public JIPipeFileSystemWriteDataStorage(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 JIPipeWriteDataStorage resolve(Path path)
JIPipeWriteDataStorage
resolve
in interface JIPipeWriteDataStorage
path
- the pathpublic OutputStream write(Path path)
JIPipeWriteDataStorage
write
in interface JIPipeWriteDataStorage
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.