Package io.bdeploy.bhive.objects
Interface ReferenceHandler
- All Known Implementing Classes:
DefaultReferenceHandler
public interface ReferenceHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReference(Path location, Tree.Key key, Manifest referenced)
-
Method Details
-
onReference
- Parameters:
location- the location where the reference is located (the references parent directory).key- theTree.Keyreferencing the manifest.referenced- the referenced manifest
-