com.northconcepts.datapipeline.filter.rule
Class PatternMatch
java.lang.Object
com.northconcepts.datapipeline.filter.FieldFilterRule
com.northconcepts.datapipeline.filter.rule.PatternMatch
public class PatternMatch
- extends FieldFilterRule
PatternMatch
public PatternMatch()
PatternMatch
public PatternMatch(String... regex)
PatternMatch
public PatternMatch(String regex,
int flags)
add
public PatternMatch add(String... regex)
add
public PatternMatch add(String regex,
int flags)
getCount
public int getCount()
get
public Pattern get(int index)
allow
public boolean allow(Field field)
- Specified by:
allow in class FieldFilterRule
toString
public String toString()
- Overrides:
toString in class Object
Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.