Interface TapeReadWriteService
-
- All Known Implementing Classes:
DdTapeLibraryService
public interface TapeReadWriteService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTmpOutputStorageFolder()voidreadFromTape(java.lang.String outputPath)voidwriteToTape(java.lang.String inputPath)
-
-
-
Method Detail
-
writeToTape
void writeToTape(java.lang.String inputPath) throws TapeCommandException- Parameters:
inputPath- mini-path to file from workingDir- Throws:
TapeCommandException- on command failure
-
readFromTape
void readFromTape(java.lang.String outputPath) throws TapeCommandException- 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
java.lang.String getTmpOutputStorageFolder()
-
-