|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MFileFilter | |
---|---|
thredds.inventory | Abstractions for tracking dataset inventory using "managed files". |
thredds.inventory.filter |
Uses of MFileFilter in thredds.inventory |
---|
Methods in thredds.inventory that return MFileFilter | |
---|---|
MFileFilter |
MCollection.getFileFilter()
|
Constructors in thredds.inventory with parameters of type MFileFilter | |
---|---|
MCollection(String name,
String dirName,
boolean wantSubdirs,
MFileFilter ff,
Object auxInfo)
Constructor |
Constructor parameters in thredds.inventory with type arguments of type MFileFilter | |
---|---|
MCollection(String name,
String dirName,
boolean wantSubdirs,
List<MFileFilter> filters,
Object auxInfo)
Constructor |
Uses of MFileFilter in thredds.inventory.filter |
---|
Classes in thredds.inventory.filter that implement MFileFilter | |
---|---|
class |
Composite
Composite of MFileFilter, all must be true. |
class |
LastModifiedLimit
Accept datasets whose last modified date is at least the given amount of time in the past. |
class |
RegExpMatchOnName
A regular expression that matches on the MFile name. |
class |
WildcardMatchOnName
A wildcard expression that matches on the MFile name. |
class |
WildcardMatchOnPath
A wildcard expression that matches on the MFile path. |
Methods in thredds.inventory.filter with parameters of type MFileFilter | |
---|---|
void |
Composite.addFilter(MFileFilter filter)
|
Constructor parameters in thredds.inventory.filter with type arguments of type MFileFilter | |
---|---|
Composite(List<MFileFilter> filters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |