edu.northwestern.at.utils.corpuslinguistics.inputter
Class TextInputterFactory

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.inputter.TextInputterFactory

public class TextInputterFactory
extends java.lang.Object

TextInputter factory.


Constructor Summary
TextInputterFactory()
           
 
Method Summary
 TextInputter newTextInputter()
          Get a textInputter.
 TextInputter newTextInputter(java.lang.String className)
          Get a textInputter of a specified class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInputterFactory

public TextInputterFactory()
Method Detail

newTextInputter

public TextInputter newTextInputter()
Get a textInputter.

Returns:
The TextInputter.

newTextInputter

public TextInputter newTextInputter(java.lang.String className)
Get a textInputter of a specified class name.

Parameters:
className - Class name for the textInputter.
Returns:
The textInputter.