Package com.drew.metadata
Class ErrorDirectory
java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.ErrorDirectory
Deprecated.
A directory to use for the reporting of errors. No values may be added to this directory, only warnings and errors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Provides the name of the directory, for display purposes.getTagName
(int tagType) Deprecated.Returns the name of a specified tag as a String.boolean
hasTagName
(int tagType) Deprecated.Gets whether the specified tag is known by the directory and has a name.void
Deprecated.Sets aObject
for the specified tag.Methods inherited from class com.drew.metadata.Directory
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
-
Constructor Details
-
ErrorDirectory
public ErrorDirectory()Deprecated. -
ErrorDirectory
Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from class:Directory
Provides the name of the directory, for display purposes. E.g.Exif
-
getTagName
Deprecated.Description copied from class:Directory
Returns the name of a specified tag as a String.- Overrides:
getTagName
in classDirectory
- Parameters:
tagType
- the tag type identifier- Returns:
- the tag's name as a String
-
hasTagName
public boolean hasTagName(int tagType) Deprecated.Description copied from class:Directory
Gets whether the specified tag is known by the directory and has a name.- Overrides:
hasTagName
in classDirectory
- Parameters:
tagType
- the tag type identifier- Returns:
- whether this directory has a name for the specified tag
-
setObject
Deprecated.Description copied from class:Directory
Sets aObject
for the specified tag.
-