Classes for merging two XMP metadata documents.
Interface | Description |
---|---|
PropertyMerger |
Defines an interface the classes can implement to provide special property merging behaviour.
|
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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.