public class LiveOutputParser extends Object
| Constructor and Description |
|---|
LiveOutputParser(FileLinkDefinitionLord fileLinkDefinitionLord,
boolean verifyFileExists) |
| Modifier and Type | Method and Description |
|---|---|
List<FileLink> |
appendText(String text) |
FileLink |
getFileLink(int index)
This gets the fileLink at the specified index in the text.
|
List<FileLink> |
getFileLinks() |
FileLink |
getNextFileLink(int caretLocation)
Returns the next file link relative to the caret location.
|
FileLink |
getPreviousFileLink(int caretLocation)
Returns the previous file link relative to the caret location.
|
String |
getText() |
void |
reset()
Removes all text and FileLinks.
|
public LiveOutputParser(FileLinkDefinitionLord fileLinkDefinitionLord, boolean verifyFileExists)
public void reset()
public FileLink getFileLink(int index)
index - the index into the overall text.public String getText()
public FileLink getPreviousFileLink(int caretLocation)
public FileLink getNextFileLink(int caretLocation)
Copyright © 2013. All rights reserved