Class DualMarksAnnotationDeleter
Object
DualMarksAnnotationDeleter
- All Implemented Interfaces:
AnnotationDeleter
Deletes
DualMarksAnnotation
s from the file-system.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DualMarksAnnotationDeleter
public DualMarksAnnotationDeleter()
-
-
Method Details
-
delete
Description copied from interface:AnnotationDeleter
Deletes all files at this path (or any other paths derived from this one.- Specified by:
delete
in interfaceAnnotationDeleter
- 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.
-