de.intarsys.tools.locator
Interface ILocatorNameFilter
public interface ILocatorNameFilter
ILocatorNameFilter objects can filter
ILocator objects when listing their
children.
|
Method Summary |
boolean |
accept(ILocator parent,
String name)
This method returns true if the ILocator with name
name within parent should be accepted. |
accept
boolean accept(ILocator parent,
String name)
- This method returns true if the
ILocator with name
name within parent should be accepted.
- Parameters:
parent - The parent locator.name - The name of the locator within the parent.
- Returns:
true if locator should be included in the result
list.
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.