Package org.codehaus.cargo.module.merge
-
Interface Summary Interface Description DescriptorMerger Interface to merge two descriptors.MergeProcessor Interface implemented by merger classes. -
Class Summary Class Description DescriptorMergerByTag Merge a descriptor by tag.DocumentMerger Class that can merge two DOM Documents, relatively simply.DocumentMergerByXslt DocumentStreamAdapter Adapter class to convert streams into documents.
This is needed because the DocumentMerger understands DOM Documents, but items in War files are accessed as streams - therefore use this wrapper to pass streams into the DocumentMerger (or subclass). -
Exception Summary Exception Description MergeException Class for various exceptions happening within merges.