public class OutputContentMerger extends Object implements EquivalentsMergeStrategy<Content>
| Constructor and Description |
|---|
OutputContentMerger() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Described> |
merge(ApplicationSources sources,
List<T> contents)
Deprecated.
|
<T extends Content> |
merge(T chosen,
Iterable<T> equivalents,
ApplicationSources sources) |
<T extends Item> |
mergeIn(ApplicationSources sources,
Container chosen,
List<Container> notChosen) |
@Deprecated public <T extends Described> List<T> merge(ApplicationSources sources, List<T> contents)
public <T extends Content> T merge(T chosen, Iterable<T> equivalents, ApplicationSources sources)
merge in interface EquivalentsMergeStrategy<Content>chosen - - resource in to which equivalents is merged.equivalents - - a set of resources equivalent to chosen.public <T extends Item> void mergeIn(ApplicationSources sources, Container chosen, List<Container> notChosen)
Copyright © 2014. All rights reserved.