Package io.bdeploy.bhive.op
Class ExportOperation
- All Implemented Interfaces:
BHiveExecution,Callable<Manifest.Key>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()setManifest(Manifest.Key manifest) Set the manifest to export.setReferenceHandler(ReferenceHandler handler) Set a custom reference handler which takes care of nested (recursive) manifest references.Set the target path to export into.Methods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Constructor Details
-
ExportOperation
public ExportOperation()
-
-
Method Details
-
call
- Throws:
Exception
-
setManifest
Set the manifest to export. -
setTarget
Set the target path to export into. -
setReferenceHandler
Set a custom reference handler which takes care of nested (recursive) manifest references.
-