|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.services.clientserver.search.SystemSearchStringMatchLocator
public class SystemSearchStringMatchLocator
This class locates matches.
Constructor Summary | |
---|---|
SystemSearchStringMatchLocator(Reader reader,
SystemSearchStringMatcher stringMatcher)
Constructor for creating a match locator. |
Method Summary | |
---|---|
Reader |
getReader()
Gets the reader. |
SystemSearchStringMatcher |
getStringMatcher()
Gets the search string matcher. |
SystemSearchLineMatch[] |
locateMatches()
Locates matches. |
protected int |
readLine(Reader reader,
StringBuffer sb)
Reads a line of text from the given reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemSearchStringMatchLocator(Reader reader, SystemSearchStringMatcher stringMatcher)
reader
- the reader from which to read and look for matches.stringMatcher
- the search string matcher.Method Detail |
---|
public SystemSearchStringMatcher getStringMatcher()
public Reader getReader()
public SystemSearchLineMatch[] locateMatches() throws IOException
IOException
- if an I/O error occurs.protected int readLine(Reader reader, StringBuffer sb) throws IOException
reader
- the reader.sb
- the buffer.
IOException
- if an I/O error occurs.
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |