Interface TapeReadWriteService
- All Known Implementing Classes:
DdTapeLibraryService
public interface TapeReadWriteService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readFromTape
(String outputPath) void
writeToTape
(String inputPath)
-
Method Details
-
writeToTape
- Parameters:
inputPath
- mini-path to file from workingDir- Throws:
TapeCommandException
- on command failure
-
readFromTape
- Parameters:
outputPath
- in case dd implementation, outputPath is mini-path to file from workingDir. In case of tar implementation, outputPath is the file inside tar to extract- Throws:
TapeCommandException
- on command failure
-
getTmpOutputStorageFolder
String getTmpOutputStorageFolder()
-