org.jwall.web.audit.util
Class QuotedStringTokenizer

java.lang.Object
  extended by org.jwall.web.audit.util.QuotedStringTokenizer

public class QuotedStringTokenizer
extends Object

This class implements a split-method which takes care of quoted strings, i.e. there will be no split within a char sequence that is surrounded by quotes (single or double quotes). These sequences are simply skipped.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
QuotedStringTokenizer()
           
 
Method Summary
static List<String> splitRespectQuotes(String input, char sep)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotedStringTokenizer

public QuotedStringTokenizer()
Method Detail

splitRespectQuotes

public static List<String> splitRespectQuotes(String input,
                                              char sep)


Copyright © 2012 jwall.org. All Rights Reserved.