com.googlecode.fascinator.indexer.rules
Class CheckField

java.lang.Object
  extended by com.googlecode.fascinator.api.indexer.rule.Rule
      extended by com.googlecode.fascinator.indexer.rules.CheckField

public class CheckField
extends Rule


Constructor Summary
CheckField(String fieldName)
           
CheckField(String fieldName, boolean matchAll)
           
CheckField(String fieldName, String regex)
           
CheckField(String fieldName, String regex, boolean matchAll)
           
 
Method Summary
 void run(Reader in, Writer out)
           
 
Methods inherited from class com.googlecode.fascinator.api.indexer.rule.Rule
getLog, getName, isRequired, log, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckField

public CheckField(String fieldName)

CheckField

public CheckField(String fieldName,
                  String regex)

CheckField

public CheckField(String fieldName,
                  boolean matchAll)

CheckField

public CheckField(String fieldName,
                  String regex,
                  boolean matchAll)
Method Detail

run

public void run(Reader in,
                Writer out)
         throws RuleException
Specified by:
run in class Rule
Throws:
RuleException


Copyright © 2009-2014. All Rights Reserved.