| Package | Description |
|---|---|
| thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
| thredds.inventory.filter |
| Modifier and Type | Method and Description |
|---|---|
MFileFilter |
MCollection.getFileFilter() |
| Constructor and Description |
|---|
MCollection(java.lang.String name,
java.lang.String dirName,
boolean wantSubdirs,
MFileFilter ff,
java.lang.Object auxInfo)
Constructor
|
| Constructor and Description |
|---|
MCollection(java.lang.String name,
java.lang.String dirName,
boolean wantSubdirs,
java.util.List<MFileFilter> filters,
java.lang.Object auxInfo)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Composite.addFilter(MFileFilter filter) |
| Constructor and Description |
|---|
Composite(java.util.List<MFileFilter> filters) |