Class XMPDirectory
java.lang.Object
com.twelvemonkeys.imageio.metadata.AbstractDirectory
com.twelvemonkeys.imageio.metadata.AbstractCompoundDirectory
com.twelvemonkeys.imageio.metadata.xmp.XMPDirectory
- All Implemented Interfaces:
CompoundDirectory,Directory,Iterable<Entry>
XMPDirectory
- Version:
- $Id: XMPDirectory.java,v 1.0 Nov 17, 2009 9:38:58 PM haraldk Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringbooleanThis implementation returnstrue.Methods inherited from class com.twelvemonkeys.imageio.metadata.AbstractCompoundDirectory
add, directoryCount, equals, getDirectory, getEntryByFieldName, getEntryById, hashCode, iterator, remove, size, toStringMethods inherited from class com.twelvemonkeys.imageio.metadata.AbstractDirectory
assertMutableMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
toolkit
-
-
Constructor Details
-
XMPDirectory
-
-
Method Details
-
getWriterToolkit
String getWriterToolkit() -
isReadOnly
public boolean isReadOnly()Description copied from class:AbstractDirectoryThis implementation returnstrue. Subclasses should override this method, if the directory is mutable.- Specified by:
isReadOnlyin interfaceDirectory- Overrides:
isReadOnlyin classAbstractCompoundDirectory- Returns:
true
-