org.oddjob.arooa.utils
Interface ArooaTokenizer


public interface ArooaTokenizer

Something that can tokenize a string.

Author:
rob

Method Summary
 String[] parse(String text)
          Parse the given string into it's parts.
 

Method Detail

parse

String[] parse(String text)
               throws ParseException
Parse the given string into it's parts.

Parameters:
text -
Returns:
Throws:
ParseException