Class NoReplacePropertyMerger

  • All Implemented Interfaces:
    PropertyMerger

    public class NoReplacePropertyMerger
    extends java.lang.Object
    implements PropertyMerger
    A basic PropertyMerger which only sets a value in the target metadata if there's not already another value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void merge​(XMPProperty sourceProp, Metadata target)
      Merges a property into a given metadata object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait