Package io.bdeploy.bhive.objects
Class DefaultReferenceHandler
java.lang.Object
io.bdeploy.bhive.objects.DefaultReferenceHandler
- All Implemented Interfaces:
ReferenceHandler
Default reference handler which recursively exports
Manifest references inline in the referencing location.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonReference(Path location, Tree.Key key, Manifest referenced)
-
Constructor Details
-
DefaultReferenceHandler
-
-
Method Details
-
onReference
- Specified by:
onReferencein interfaceReferenceHandler- Parameters:
location- the location where the reference is located (the references parent directory).key- theTree.Keyreferencing the manifest.referenced- the referenced manifest
-