Interface AnnotationDeleter

All Known Implementing Classes:
DualMarksAnnotationDeleter, SimpleAnnotationDeleter

public interface AnnotationDeleter
Allows an annotation to be deleted from the file-system.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(Path path)
    Deletes all files at this path (or any other paths derived from this one.
  • Method Details

    • delete

      void delete(Path path) throws IOException
      Deletes all files at this path (or any other paths derived from this one.
      Parameters:
      path - the path to the primary file where the annotation is stored. There may be additional files.
      Throws:
      IOException - if the deletion does not occur successfully.