Class XMPMetadataFactory


  • public class XMPMetadataFactory
    extends java.lang.Object
    A Factory to create a new XMPMetadata tree
    • 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 tree
      static java.lang.String getVersionString()
      Provides a version string for the library, that is serialized into the XMP packet.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMPMetadataFactory

        public XMPMetadataFactory()
    • 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.