org.codehaus.plexus.metadata.merge
Class AbstractMerger
java.lang.Object
org.codehaus.plexus.metadata.merge.AbstractMerger
- All Implemented Interfaces:
- Merger
- Direct Known Subclasses:
- ComponentsXmlMerger, PlexusXmlMerger
public abstract class AbstractMerger
- extends Object
- implements Merger
Base class for common mergers.
- Author:
- Brett Porter
Fields inherited from interface org.codehaus.plexus.metadata.merge.Merger |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.plexus.metadata.merge.Merger |
merge |
AbstractMerger
public AbstractMerger()
writeMergedDocument
public void writeMergedDocument(org.jdom.Document mergedDocument,
File file)
throws IOException
- Description copied from interface:
Merger
- Allows writing out a merged JDom Document to the specified file.
- Specified by:
writeMergedDocument
in interface Merger
- Parameters:
mergedDocument
- the merged Document
instance.file
- File to write the merged contents to.
- Throws:
IOException
- if there was an error while writing merged contents to the specified file.- See Also:
Merger.writeMergedDocument(org.jdom.Document,
java.io.File)
mergeDescriptors
public void mergeDescriptors(File outputDescriptor,
List<File> descriptors)
throws IOException
- Specified by:
mergeDescriptors
in interface Merger
- Throws:
IOException
Copyright © 2001-2011 Codehaus. All Rights Reserved.