public interface DescriptorMerger
Modifier and Type | Method and Description |
---|---|
void |
init(Descriptor base)
Initialise the merger with the base (first) item to be merged.
|
void |
merge(Descriptor other)
Merge the descriptor with a second item.
|
void init(Descriptor base)
base
- Descriptor to usevoid merge(Descriptor other)
other
- Descriptor to useCopyright © 2004-2013 Codehaus. All Rights Reserved.