com.atlassian.jira.mention
Class MentionFinderImpl

java.lang.Object
  extended by com.atlassian.jira.mention.MentionFinderImpl
All Implemented Interfaces:
MentionFinder

public class MentionFinderImpl
extends Object
implements MentionFinder


Constructor Summary
MentionFinderImpl()
           
 
Method Summary
 Iterable<String> getMentionedUsernames(String content)
          Get all usernames mentioned in the content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MentionFinderImpl

public MentionFinderImpl()
Method Detail

getMentionedUsernames

public Iterable<String> getMentionedUsernames(String content)
Description copied from interface: MentionFinder
Get all usernames mentioned in the content

Specified by:
getMentionedUsernames in interface MentionFinder
Parameters:
content - the content
Returns:
the usernames that were mentioned


Copyright © 2002-2013 Atlassian. All Rights Reserved.