public class IdSelector<T extends StrolchElement> extends Object implements Selector<T>
| Constructor and Description |
|---|
IdSelector(List<String> ids,
li.strolch.utils.StringMatchMode matchMode) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIds() |
li.strolch.utils.StringMatchMode |
getMatchMode() |
boolean |
select(StrolchElement element) |
IdSelector<T> |
with(String id) |
public li.strolch.utils.StringMatchMode getMatchMode()
public IdSelector<T> with(String id)
id - public boolean select(StrolchElement element)
select in interface Selector<T extends StrolchElement>Copyright © 2011–2016 Strolch. All rights reserved.