Interface ExifTagRemoveOperation<I,O>
-
- All Superinterfaces:
Destroyable,ExifTagOperation<I,O>,OptionHandler,QuickInfoSupporter
- All Known Implementing Classes:
ApacheCommonsExifTagRemove
public interface ExifTagRemoveOperation<I,O> extends ExifTagOperation<I,O>
Interface for EXIF tag removal operations.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.flow.transformer.exiftagoperation.ExifTagOperation
accepts, generates, process
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-