Class 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, ct@ctreber.com

    • Constructor Summary

      Constructors 
      Constructor Description
      StringParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)