|
SMILA (incubation) 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.WorkTypeFilter<Outlink>
org.eclipse.smila.connectivity.framework.crawler.web.filter.UrlFilter
org.eclipse.smila.connectivity.framework.crawler.web.filter.impl.BeginningPathFilter
public class BeginningPathFilter
Implementation of beginning path URL filter that checks if the link starts with the given path.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.framework.crawler.web.filter.WorkTypeFilter |
|---|
_workType |
| Constructor Summary | |
|---|---|
BeginningPathFilter()
Default empty constructor. |
|
| Method Summary | |
|---|---|
boolean |
matches(Outlink test)
Returns true if the value of the parameter satisfies the filter and false otherwise. |
| Methods inherited from class org.eclipse.smila.connectivity.framework.crawler.web.filter.UrlFilter |
|---|
getRefinements, getValue, isEnabled, setRefinements, setValue |
| Methods inherited from class org.eclipse.smila.connectivity.framework.crawler.web.filter.WorkTypeFilter |
|---|
getWorkType, setWorkType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeginningPathFilter()
| Method Detail |
|---|
public boolean matches(Outlink test)
test - value that will be checked against the filter.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||