|
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.WorkTypeFiltersCollection
public class WorkTypeFiltersCollection
Class that holds collection of WorkType filters, delimited by Select and Unselect work types.
| Constructor Summary | |
|---|---|
WorkTypeFiltersCollection()
|
|
| Method Summary | |
|---|---|
void |
add(IFilter<?> filter)
Adds a filter to appropriate list by work type. |
java.util.List<IFilter> |
getSelectFilters()
Returns the list of filters with work type Select. |
java.util.List<IFilter> |
getUnselectFilters()
Returns the list of filters with work type Unselect. |
void |
setSelectFilters(java.util.List<IFilter> filters)
Assigns the list of filters with work type Select. |
void |
setUnselectFilters(java.util.List<IFilter> filters)
Assigns the list of filters with work type Unselect. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkTypeFiltersCollection()
| Method Detail |
|---|
public void add(IFilter<?> filter)
filter - Filterpublic java.util.List<IFilter> getSelectFilters()
public void setSelectFilters(java.util.List<IFilter> filters)
filters - Listpublic java.util.List<IFilter> getUnselectFilters()
public void setUnselectFilters(java.util.List<IFilter> filters)
filters - List of filters
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||