de.fu_berlin.ties
Interface Processor

All Known Implementing Classes:
ConfigurableProcessor

public interface Processor

Interface for a processor that operates on an input argument. Non-abstract implementations of this interface are loaded via Util.createObject(Class, String[]) and thus must provide a suitable constructor. Otherwise reflection-based instantiation will fail.

Version:
$Revision: 1.2 $, $Date: 2004/03/24 08:56:48 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 void process(String input)
          Processes an input argument.
 

Method Detail

process

public void process(String input)
             throws IOException,
                    ProcessingException
Processes an input argument.

Parameters:
input - the input to process
Throws:
IOException - if an I/O error occurs
ProcessingException - if an error occurs during processing


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