de.tobiasbudde.regedit.reg.data
Class MatchResult

java.lang.Object
  extended by de.tobiasbudde.regedit.reg.data.MatchResult
All Implemented Interfaces:
java.util.Iterator<Match>

public class MatchResult
extends java.lang.Object
implements java.util.Iterator<Match>


Constructor Summary
MatchResult()
           
 
Method Summary
 void add(Match match)
           
 java.lang.String getErrorMessage()
           
 java.util.List<Match> getResults()
           
 boolean hasNext()
           
 boolean isError()
           
 Match next()
           
 void remove()
           
 void setErrorMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchResult

public MatchResult()
Method Detail

add

public void add(Match match)

getResults

public java.util.List<Match> getResults()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Match>

next

public Match next()
Specified by:
next in interface java.util.Iterator<Match>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Match>

setErrorMessage

public void setErrorMessage(java.lang.String message)

getErrorMessage

public java.lang.String getErrorMessage()

isError

public boolean isError()


Copyright © 2008 tobiasbudde.de. All Rights Reserved.