Interface Directory

All Superinterfaces:
Iterable<Entry>
All Known Subinterfaces:
CompoundDirectory
All Known Implementing Classes:
AbstractCompoundDirectory, AbstractDirectory, IFD, IPTCDirectory, PSDDirectory, RDFDescription, TIFFDirectory, XMPDirectory

public interface Directory extends Iterable<Entry>
Directory
Version:
$Id: Directory.java,v 1.0 Nov 11, 2009 4:20:58 PM haraldk Exp$
  • Method Details

    • getEntryById

      Entry getEntryById(Object identifier)
    • getEntryByFieldName

      Entry getEntryByFieldName(String fieldName)
    • add

      boolean add(Entry entry)
    • remove

      boolean remove(Object entry)
    • size

      int size()
    • isReadOnly

      boolean isReadOnly()