Package io.bdeploy.bhive.op
Class TreeEntryLoadOperation
- All Implemented Interfaces:
BHiveExecution,Callable<InputStream>
Loads the specified file by relative path from a
Tree and its
underlying storage in the ObjectDatabase of the BHive.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()setRelativePath(String relPath) Set the relative path of the file to load.setRootTree(ObjectId tree) Methods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Constructor Details
-
TreeEntryLoadOperation
public TreeEntryLoadOperation()
-
-
Method Details
-
call
- Throws:
Exception
-
setRootTree
-
setRelativePath
Set the relative path of the file to load.
-