public interface FileLinkDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSearchExpression() |
int |
parseFileLink(String fullSearchText,
String matchedText,
int start,
int end,
boolean verifyFileExists,
List<FileLink> fileLinks)
This is called for each match.
|
String getName()
String getSearchExpression()
int parseFileLink(String fullSearchText, String matchedText, int start, int end, boolean verifyFileExists, List<FileLink> fileLinks)
fullSearchText - the full text that was searchedmatchedText - the text that was matchedstart - the index into the entire searched text where the matchedText startsend - the index into the entire searched text where the matchedText endsCopyright © 2013. All rights reserved