|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplacementService
A service used to provide substitution for any text in chat messages, like smileys, video and image previews, etc.
| Field Summary | |
|---|---|
static String |
SOURCE_NAME
The source name property name. |
| Method Summary | |
|---|---|
String |
getPattern()
Returns the pattern used to match the source URL. |
String |
getReplacement(String sourceString)
Returns the text replacements if any or returns the original source string. |
String |
getSourceName()
Returns the name of the replacement source. |
| Field Detail |
|---|
static final String SOURCE_NAME
| Method Detail |
|---|
String getReplacement(String sourceString)
sourceString - the original source string.
String getSourceName()
String getPattern()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||