Package org.anchoranalysis.annotation.io
Class SimpleAnnotationDeleter
Object
SimpleAnnotationDeleter
- All Implemented Interfaces:
- AnnotationDeleter
Deletes any annotation when it is represented by a single file.
 
This file should refer to this annotation alone, exclusively.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SimpleAnnotationDeleterpublic SimpleAnnotationDeleter()
 
- 
- 
Method Details- 
deleteDescription copied from interface:AnnotationDeleterDeletes all files at this path (or any other paths derived from this one.- Specified by:
- deletein interface- AnnotationDeleter
- 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.
 
 
-