public class LineIndexer extends Object
| Constructor and Description |
|---|
LineIndexer(String text)
Index the specified file
|
| Modifier and Type | Method and Description |
|---|---|
FilePosition |
getFirst(String text)
Get first line where the specified text is matched
|
public LineIndexer(String text)
text - File text to indexpublic FilePosition getFirst(String text)
text - Text to search forCopyright © 2015. All rights reserved.