Uses of Class
com.norconex.importer.filter.OnMatch

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)
           
 



Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.