public final class ErrorDirectory extends Directory
Constructor and Description |
---|
ErrorDirectory() |
ErrorDirectory(String error) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Provides the name of the directory, for display purposes.
|
String |
getTagName(int tagType)
Returns the name of a specified tag as a String.
|
boolean |
hasTagName(int tagType)
Gets whether the specified tag is known by the directory and has a name.
|
void |
setObject(int tagType,
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(String error)
public String getName()
Directory
Exif
public 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 identifierCopyright © 2002-2019 Drew Noakes. All Rights Reserved.