rero.util
Class StringParser

java.lang.Object
  extended byrero.util.StringParser

public class StringParser
extends Object


Constructor Summary
StringParser(String matchMe, Pattern aPattern)
           
 
Method Summary
 String getParsedString(int index)
           
 String[] getParsedStrings()
           
 boolean matches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringParser

public StringParser(String matchMe,
                    Pattern aPattern)
Method Detail

getParsedString

public String getParsedString(int index)

getParsedStrings

public String[] getParsedStrings()

matches

public boolean matches()