SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.crawler.web.filter
Interface IFilter<Type>

Type Parameters:
Type -
All Known Implementing Classes:
BeginningPathFilter, ContentTypeFilter, CrawlScopeFilter, MetaTagFilter, RegExpFilter, UrlFilter, WorkTypeFilter

public interface IFilter<Type>

Generic interface for filters.


Method Summary
 boolean matches(Type test)
          Returns true if the value of the parameter satisfies the filter and false otherwise.
 

Method Detail

matches

boolean matches(Type test)
Returns true if the value of the parameter satisfies the filter and false otherwise.

Parameters:
test - value that will be checked against the filter.
Returns:
filter result

SMILA 1.0 API documentation