Interface ConfigurationSearchFilter
-
- All Known Implementing Classes:
DefaultConfigurationSearchFilter
public interface ConfigurationSearchFilterInterface that filters possible configuration searches.It is possible that in some situations there is no need to execute a particular search, as it is already known as empty. In this case
ConfigurationSearchFiltermay filter such search out.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilter(java.lang.String name, java.lang.String value)Checks whether there is a need of executing particular search.
-