public final class ErrorDirectory extends Directory
_definedTagList, _descriptor, _tagMap
Constructor and Description |
---|
ErrorDirectory() |
ErrorDirectory(java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Provides the name of the directory, for display purposes.
|
java.lang.String |
getTagName(int tagType)
Returns the name of a specified tag as a String.
|
protected java.util.HashMap<java.lang.Integer,java.lang.String> |
getTagNameMap()
Provides the map of tag names, hashed by tag type identifier.
|
boolean |
hasTagName(int tagType)
Gets whether the specified tag is known by the directory and has a name.
|
void |
setObject(int tagType,
java.lang.Object value)
Sets a
Object for the specified tag. |
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTags, hasErrors, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
public ErrorDirectory()
public ErrorDirectory(java.lang.String error)
public java.lang.String getName()
Directory
Exif
protected java.util.HashMap<java.lang.Integer,java.lang.String> getTagNameMap()
Directory
getTagNameMap
in class Directory
public java.lang.String getTagName(int tagType)
Directory
getTagName
in class Directory
tagType
- the tag type identifierpublic boolean hasTagName(int tagType)
Directory
hasTagName
in class Directory
tagType
- the tag type identifier