Interface ExifTagExistsOperation<I>
-
- All Superinterfaces:
Destroyable
,ExifTagOperation<I,Boolean>
,OptionHandler
,QuickInfoSupporter
- All Known Implementing Classes:
ApacheCommonsExifTagExists
public interface ExifTagExistsOperation<I> extends ExifTagOperation<I,Boolean>
Interface for EXIF tag exists 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
-
-