public class MentionFinderImpl extends Object implements MentionFinder
| Constructor and Description |
|---|
MentionFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getMentionedUsernames(String content)
Get all usernames mentioned in the content
|
public Iterable<String> getMentionedUsernames(String content)
MentionFindergetMentionedUsernames in interface MentionFindercontent - the contentCopyright © 2002-2024 Atlassian. All Rights Reserved.