Package org.apache.xmlgraphics.xmp.merge
Classes for merging two XMP metadata documents.
-
Interface Summary Interface Description PropertyMerger Defines an interface the classes can implement to provide special property merging behaviour. -
Class Summary Class Description ArrayAddPropertyMerger Merges properties by adding up all items from both ends into one SEQ array.MergeRuleSet Represents a set of rules used to merge to XMP properties.NoReplacePropertyMerger A basic PropertyMerger which only sets a value in the target metadata if there's not already another value.ReplacePropertyMerger The most basic PropertyMerger which simply overwrites any existing value in the target metadata.