public interface Finder
Modifier and Type | Method and Description |
---|---|
List<String> |
findOccurrences(String strInputText)
Find one or several occurrences of an entity
|
List<String> |
getFoundEntities()
Returns all found entities after a findOccurences
|
String |
replaceOccurrences(String strInputText)
Replace all the occurrences of an entity by a replacement text
|
String |
replaceOccurrences(String strInputText,
String strReplacement)
Replace all the occurrences of an entity by a replacement text
|
List<String> findOccurrences(String strInputText) throws FinderException
strInputText
- The input textFinderException
- If an error occursString replaceOccurrences(String strInputText) throws FinderException
strInputText
- The input textFinderException
- If an error occursString replaceOccurrences(String strInputText, String strReplacement) throws FinderException
strInputText
- The input textstrReplacement
- The replacement textFinderException
- If an error occursCopyright © 2020 City of Paris. All rights reserved.