public interface TapeReadWriteService
Modifier and Type | Method and Description |
---|---|
ProcessExecutor |
getExecutor() |
String |
getInputDirectory() |
String |
getOutputDirectory() |
TapeResponse |
readFromTape(String outputPath) |
TapeResponse |
writeToTape(String inputPath) |
TapeResponse writeToTape(String inputPath)
inputPath
- mini-path to file from workingDirTapeResponse readFromTape(String outputPath)
outputPath
- in case dd implementation, outputPath is mini-path to file from workingDir. In case of tar implmentation, outputPath is the file inside tar to extracProcessExecutor getExecutor()
String getOutputDirectory()
String getInputDirectory()
Copyright © 2019 Vitam. All rights reserved.