net.sf.logdistiller.util
Class StringCutter

java.lang.Object
  extended by net.sf.logdistiller.util.StringCutter

public class StringCutter
extends Object


Constructor Summary
StringCutter(String src)
           
StringCutter(String src, int startIndex)
           
 
Method Summary
 String getRemaining()
           
 String parseTo(String delimiter)
           
 String parseTo(String delimiter, boolean failIfNotFound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCutter

public StringCutter(String src)

StringCutter

public StringCutter(String src,
                    int startIndex)
Method Detail

parseTo

public String parseTo(String delimiter)
               throws ParseException
Throws:
ParseException

parseTo

public String parseTo(String delimiter,
                      boolean failIfNotFound)
               throws ParseException
Throws:
ParseException

getRemaining

public String getRemaining()


Copyright © 2004-2009. All Rights Reserved.