|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnMatch | |
---|---|
com.norconex.importer.filter | |
com.norconex.importer.filter.impl |
Uses of OnMatch in com.norconex.importer.filter |
---|
Methods in com.norconex.importer.filter that return OnMatch | |
---|---|
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. |
Methods in com.norconex.importer.filter with parameters of type OnMatch | |
---|---|
void |
AbstractOnMatchFilter.setOnMatch(OnMatch onMatch)
|
Uses of OnMatch in com.norconex.importer.filter.impl |
---|
Constructors in com.norconex.importer.filter.impl with parameters of type OnMatch | |
---|---|
RegexMetadataFilter(String header,
String regex,
OnMatch onMatch)
|
|
RegexMetadataFilter(String header,
String regex,
OnMatch onMatch,
boolean caseSensitive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |