Package | Description |
---|---|
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
thredds.inventory.filter |
Modifier and Type | Method and Description |
---|---|
MFileFilter |
CollectionConfig.getFileFilter() |
Constructor and Description |
---|
CollectionConfig(String name,
String dirName,
boolean wantSubdirs,
MFileFilter ff,
Object auxInfo)
Constructor
|
CollectionFiltered(String name,
MCollection org,
MFileFilter filter) |
MFileIterator(Iterator<MFile> iter,
MFileFilter filter)
Constructor
|
Constructor and Description |
---|
CollectionConfig(String name,
String dirName,
boolean wantSubdirs,
List<MFileFilter> filters,
Object auxInfo)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeMFileFilter
Composite of MFileFilter, all must be true.
|
class |
FilterNegate
return the negation of the wrapped filter
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeMFileFilter.addFilter(MFileFilter filter) |
Constructor and Description |
---|
FilterNegate(MFileFilter f) |
Constructor and Description |
---|
CompositeMFileFilter(List<MFileFilter> filters) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.