public interface ILocatorNameFilter
ILocatorNameFilter
objects can filter ILocator
objects when listing their children.Modifier and Type | Method and Description |
---|---|
boolean |
accept(ILocator parent,
java.lang.String name)
This method returns true if the
ILocator with name
name within parent should be included in
the result list. |
boolean accept(ILocator parent, java.lang.String name)
ILocator
with name
name
within parent
should be included in
the result list.parent
- The parent locator.name
- The name of the locator within the parent.true
if locator should be included in the result
list.