public class CloseEndVersionLayoutSelector extends Object implements LayoutSelector
| Constructor and Description |
|---|
CloseEndVersionLayoutSelector() |
| Modifier and Type | Method and Description |
|---|---|
BaseNameSpaceTO |
getSeed()
The seed to be used as search comparison.
|
LayoutTO |
select(Collection<LayoutTO> layouts)
Must choose from the given list of layouts the layout that matches
the selector rules.
|
void |
setSeed(BaseNameSpaceTO seed)
Set the seed to be used as search comparison.
|
public LayoutTO select(Collection<LayoutTO> layouts)
LayoutSelectorselect in interface LayoutSelectorlayouts - The available list of layouts.public void setSeed(BaseNameSpaceTO seed)
seed - The seed to be used as search comparison.public BaseNameSpaceTO getSeed()
Copyright © 2014. All Rights Reserved.