|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.clientserver.search.SystemSearchStringMatchLocator
This class locates matches.
Field Summary |
---|
Fields inherited from interface com.ibm.etools.systems.core.clientserver.search.ISystemSearchConstants |
---|
CR_CHAR, LF_CHAR |
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.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |