Package | Description |
---|---|
com.norconex.importer.filter | |
com.norconex.importer.filter.impl |
Modifier and Type | Method and Description |
---|---|
OnMatch |
IOnMatchFilter.getOnMatch()
Gets the the on match action (exclude or include).
|
OnMatch |
AbstractOnMatchFilter.getOnMatch() |
static OnMatch |
OnMatch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnMatch[] |
OnMatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOnMatchFilter.setOnMatch(OnMatch onMatch) |
Constructor and Description |
---|
EmptyMetadataFilter(OnMatch onMatch,
String... properties) |
RegexMetadataFilter(String property,
String regex,
OnMatch onMatch) |
RegexMetadataFilter(String property,
String regex,
OnMatch onMatch,
boolean caseSensitive) |
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.