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