de.tobiasbudde.regedit.reg.data
Class Match

java.lang.Object
  extended by de.tobiasbudde.regedit.reg.data.Match

public class Match
extends java.lang.Object


Constructor Summary
Match(java.util.regex.Matcher matcher)
           
Match(MatchingSubstring match)
           
 
Method Summary
 void add(MatchingSubstring subMatch)
           
 MatchingSubstring getMatch()
           
 java.util.List<MatchingSubstring> getSubMatches()
           
 void setMatch(MatchingSubstring match)
           
 void setSubMatches(java.util.List<MatchingSubstring> subMatches)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Match

public Match(MatchingSubstring match)

Match

public Match(java.util.regex.Matcher matcher)
Method Detail

add

public void add(MatchingSubstring subMatch)

setMatch

public void setMatch(MatchingSubstring match)

getMatch

public MatchingSubstring getMatch()

setSubMatches

public void setSubMatches(java.util.List<MatchingSubstring> subMatches)

getSubMatches

public java.util.List<MatchingSubstring> getSubMatches()


Copyright © 2008 tobiasbudde.de. All Rights Reserved.