com.adobe.internal.xmp.options.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmpcore Show documentation
Show all versions of xmpcore Show documentation
The XMP Library for Java is based on the C++ XMPCore library
and the API is similar.
Package overview
Package containing the option classes.
These are used to configure diverse function calls of xmpcore:
- PropertyOptions - these are used to create properties and also to retrieve information about simple, array or struct properties, as well as qualifiers
- ParseOptions - used to configure the parsing of xmp metadata packets
- SerializationOptions - used to control the serialization of xmp metadata packets
- AliasOptions - used by XMPSchemaRegistry#registerAlias()
- IteratorOptions - used to set up an XMPIterator
- Options - the base class of all option classes