Class DualMarksAnnotationDeleter

Object
org.anchoranalysis.annotation.io.mark.DualMarksAnnotationDeleter
All Implemented Interfaces:
AnnotationDeleter

public class DualMarksAnnotationDeleter
extends Object
implements AnnotationDeleter
Deletes DualMarksAnnotations from the file-system.
Author:
Owen Feehan
  • Constructor Details

  • Method Details

    • delete

      public void delete​(Path annotationPath) throws IOException
      Description copied from interface: AnnotationDeleter
      Deletes all files at this path (or any other paths derived from this one.
      Specified by:
      delete in interface AnnotationDeleter
      Parameters:
      annotationPath - 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.