Package com.adobe.xmp.core
Class XMPMetadataFactory
java.lang.Object
com.adobe.xmp.core.XMPMetadataFactory
A Factory to create a new XMPMetadata tree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMPMetadatacreate()A factory method to create a new instance of an empty XMPMetadata treestatic StringProvides a version string for the library, that is serialized into the XMP packet.
-
Constructor Details
-
XMPMetadataFactory
public XMPMetadataFactory()
-
-
Method Details
-
create
A factory method to create a new instance of an empty XMPMetadata tree- Returns:
- The instance of the newly created empty XMPMetadata object
-
getVersionString
Provides a version string for the library, that is serialized into the XMP packet.- Returns:
- Returns a human readable Version string.
-