org.oddjob.arooa.utils
Class SimpleTokenizerFactory

java.lang.Object
  extended by org.oddjob.arooa.utils.SimpleTokenizerFactory
All Implemented Interfaces:
ArooaTokenizerFactory

public class SimpleTokenizerFactory
extends Object
implements ArooaTokenizerFactory

Provide an ArooaTokenizer for just a delimiter as a regular expression. This is just a wrapper around 'split'.

Author:
rob

Constructor Summary
SimpleTokenizerFactory(String delimiterRegexp)
           
 
Method Summary
 ArooaTokenizer newTokenizer()
          Provide a tokenizer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTokenizerFactory

public SimpleTokenizerFactory(String delimiterRegexp)
Method Detail

newTokenizer

public ArooaTokenizer newTokenizer()
Description copied from interface: ArooaTokenizerFactory
Provide a tokenizer.

Specified by:
newTokenizer in interface ArooaTokenizerFactory
Returns: