com.googlecode.fascinator.indexer
Class RuleManager

java.lang.Object
  extended by com.googlecode.fascinator.indexer.RuleManager

public class RuleManager
extends Object

Manages and controls the processing of indexing rules

Author:
Oliver Lucido

Constructor Summary
RuleManager()
           
 
Method Summary
 void add(Rule rule)
           
 boolean cancelled()
           
 void remove(Rule rule)
           
 void run(Reader in, Writer out)
           
 void setWorkDir(File workDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleManager

public RuleManager()
Method Detail

setWorkDir

public void setWorkDir(File workDir)

add

public void add(Rule rule)

remove

public void remove(Rule rule)

cancelled

public boolean cancelled()

run

public void run(Reader in,
                Writer out)
         throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.