Interface ReferenceHandler

All Known Implementing Classes:
DefaultReferenceHandler

public interface ReferenceHandler
A handler which acts upon Manifest references in a Tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReference(Path location, Tree.Key key, Manifest referenced)
     
  • Method Details

    • onReference

      void onReference(Path location, Tree.Key key, Manifest referenced)
      Parameters:
      location - the location where the reference is located (the references parent directory).
      key - the Tree.Key referencing the manifest.
      referenced - the referenced manifest