|
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(java.io.Reader reader,
SystemSearchStringMatcher stringMatcher)
Constructor for creating a match locator. |
Method Summary | |
---|---|
java.io.Reader |
getReader()
Gets the reader. |
SystemSearchStringMatcher |
getStringMatcher()
Gets the search string matcher. |
SystemSearchLineMatch[] |
locateMatches()
Locates matches. |
protected int |
readLine(java.io.Reader reader,
java.lang.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(java.io.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 java.io.Reader getReader()
public SystemSearchLineMatch[] locateMatches() throws java.io.IOException
java.io.IOException
- if an I/O error occurs.protected int readLine(java.io.Reader reader, java.lang.StringBuffer sb) throws java.io.IOException
reader
- the reader.sb
- the buffer.
java.io.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 |