Package de.intarsys.tools.locator
Interface ILocatorNameFilter
-
public interface ILocatorNameFilterILocatorNameFilterobjects can filterILocatorobjects when listing their children.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(ILocator parent, java.lang.String name)This method returns true if theILocatorwith namenamewithinparentshould be included in the result list.
-
-
-
Method Detail
-
accept
boolean accept(ILocator parent, java.lang.String name)
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.
-
-