public class DatasetScanFilter.Selector.LastModifiedLimitFilter extends Object
Constructor and Description |
---|
LastModifiedLimitFilter(long lastModifiedLimitInMillis)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MFile dataset)
Accept datasets whose last modified date is at least the
last modified limit of milliseconds in the past.
|
public LastModifiedLimitFilter(long lastModifiedLimitInMillis)
lastModifiedLimitInMillis
- accept datasets whose lastModified() time is at least this many msecs in the pastpublic boolean accept(MFile dataset)
dataset
- the dataset to filterCopyright © 1999–2017 UCAR/Unidata. All rights reserved.