Package | Description |
---|---|
org.apache.oodt.cas.crawl.comparator | |
org.apache.oodt.cas.metadata.preconditions |
Modifier and Type | Class and Description |
---|---|
class |
FilemgrUniquenessCheckComparator |
Modifier and Type | Class and Description |
---|---|
class |
EndsWithComparator
A
PreConditionComparator that checks a file's extension and then
skips extracting metadata from files that don't match this extension. |
class |
ExistanceCheckComparator |
class |
ExternPreconditionComparator |
class |
FileSizeComparator |
class |
LastModifiedCheckComparator
Precondition class that checks on the last modification time of a product,
requiring the product to be no older than a given time (in seconds).
|
class |
MimeTypeComparator |
class |
ProductNameCheckComparator
Precondition class that checks the product name (i.e.
|
class |
RegExExcludeComparator
A
PreConditionComparator that checks a file's absolute path and then
skips if it matches with the Regular Expression provided. |
class |
SubProductExistenceCheckComparator
A
PreConditionComparator that checks for the existence of an arbitrary file (a "sub-product")
within the product directory. |
Copyright © 1999–2017 Apache OODT. All rights reserved.