de.fu_berlin.ties
Class ConfigurableProcessor

java.lang.Object
  extended byde.fu_berlin.ties.ConfigurableProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
DirectoryProcessor, TextProcessor

public abstract class ConfigurableProcessor
extends Object
implements Processor

An abstract processor that just stores a configuration.

Version:
$Revision: 1.1 $, $Date: 2004/02/10 18:20:42 $, $Author: siefkes $
Author:
Christian Siefkes

Constructor Summary
ConfigurableProcessor(TiesConfiguration conf)
          Creates a new instance.
 
Method Summary
 TiesConfiguration getConfig()
          Returns the configuration used by this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.fu_berlin.ties.Processor
process
 

Constructor Detail

ConfigurableProcessor

public ConfigurableProcessor(TiesConfiguration conf)
Creates a new instance.

Parameters:
conf - used to configure this instance; if null, the standard configuration is used
Method Detail

getConfig

public TiesConfiguration getConfig()
Returns the configuration used by this instance.

Returns:
the used configuration


Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.