|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.crawlabledataset.filter.RegExpMatchOnNameFilter
public class RegExpMatchOnNameFilter
CrawlableDatasetFilter implementation that accepts datasets whose names are matched by the given regular expression.
| Constructor Summary | |
|---|---|
RegExpMatchOnNameFilter(java.lang.String regExpString)
|
|
| Method Summary | |
|---|---|
boolean |
accept(CrawlableDataset dataset)
Test whether the specified CrawlableDataset should be included in a list of CrawlableDatasets. |
java.lang.Object |
getConfigObject()
Return the configuration object. |
java.lang.String |
getRegExpString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegExpMatchOnNameFilter(java.lang.String regExpString)
| Method Detail |
|---|
public java.lang.Object getConfigObject()
CrawlableDatasetFilter
getConfigObject in interface CrawlableDatasetFilterpublic java.lang.String getRegExpString()
public boolean accept(CrawlableDataset dataset)
CrawlableDatasetFilter
accept in interface CrawlableDatasetFilterdataset - the CrawlableDataset to test for inclusion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||