|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.metadata.merge.AbstractMerger
public abstract class AbstractMerger
Base class for common mergers.
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.metadata.merge.Merger |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractMerger()
|
Method Summary | |
---|---|
void |
mergeDescriptors(java.io.File outputDescriptor,
java.util.List<java.io.File> descriptors)
|
void |
writeMergedDocument(org.jdom.Document mergedDocument,
java.io.File file)
Allows writing out a merged JDom Document to the specified file. |
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 |
Constructor Detail |
---|
public AbstractMerger()
Method Detail |
---|
public void writeMergedDocument(org.jdom.Document mergedDocument, java.io.File file) throws java.io.IOException
Merger
writeMergedDocument
in interface Merger
mergedDocument
- the merged Document
instance.file
- File to write the merged contents to.
java.io.IOException
- if there was an error while writing merged contents to the specified file.Merger.writeMergedDocument(org.jdom.Document,
java.io.File)
public void mergeDescriptors(java.io.File outputDescriptor, java.util.List<java.io.File> descriptors) throws java.io.IOException
mergeDescriptors
in interface Merger
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |