Package org.anchoranalysis.annotation.io
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
-
Method Details
-
delete
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.
-