Package io.bdeploy.bhive.op
Class ExportTreeOperation
- All Implemented Interfaces:
BHiveExecution,Callable<Void>
Export a
Tree recursively into a directory and return the-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()setReferenceHandler(ReferenceHandler handler) Set a custom reference handler which takes care of nested (recursive) manifest references.setSourceTree(ObjectId treeId) setTargetPath(Path target) Set the path to export to.Methods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Constructor Details
-
ExportTreeOperation
public ExportTreeOperation()
-
-
Method Details