Package com.adobe.xmp.core
Class XMPMetadataFactory
- java.lang.Object
-
- com.adobe.xmp.core.XMPMetadataFactory
-
public class XMPMetadataFactory extends java.lang.Object
A Factory to create a new XMPMetadata tree
-
-
Constructor Summary
Constructors Constructor Description XMPMetadataFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMPMetadata
create()
A factory method to create a new instance of an empty XMPMetadata treestatic java.lang.String
getVersionString()
Provides a version string for the library, that is serialized into the XMP packet.
-
-
-
Method Detail
-
create
public static XMPMetadata 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
public static java.lang.String getVersionString()
Provides a version string for the library, that is serialized into the XMP packet.- Returns:
- Returns a human readable Version string.
-
-