|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.filter.FilterFactory
public class FilterFactory
Class that creates filters implementation objects.
| Constructor Summary | |
|---|---|
FilterFactory(Configuration conf)
Creates new FilterFactory instance with the given configuration. |
|
| Method Summary | |
|---|---|
IFilter<?> |
getFilter(FilterType filterType)
Returns the filter implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterFactory(Configuration conf)
FilterFactory instance with the given configuration.
conf - Configuration crawler configuration| Method Detail |
|---|
public IFilter<?> getFilter(FilterType filterType)
filterType - one of FilterType available values
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||