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)
MentionFinder
getMentionedUsernames
in interface MentionFinder
content
- the contentCopyright © 2002-2017 Atlassian. All Rights Reserved.