Package de.intarsys.tools.locator
Interface ILocatorNameFilter
public interface ILocatorNameFilter
ILocatorNameFilter objects can filter ILocator objects when listing their children.-
Method Summary
-
Method Details
-
accept
This method returns true if theILocatorwith namenamewithinparentshould be included in the result list.- Parameters:
parent- The parent locator.name- The name of the locator within the parent.- Returns:
trueif locator should be included in the result list.
-