com.ctreber.acearth.util
Class StringParser

java.lang.Object
  extended by com.ctreber.acearth.util.StringParser

public class StringParser
extends java.lang.Object

Cuts a string in words separated by white space. Quotes and square brackets are recognized (that is, white space within is ignored).

© 2002 Christian Treber, [email protected]

Author:
Christian Treber, [email protected]

Constructor Summary
StringParser()
           
 
Method Summary
static java.util.List parse(java.lang.String pLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringParser

public StringParser()
Method Detail

parse

public static java.util.List parse(java.lang.String pLine)


Copyright © 2011. All Rights Reserved.