com.atlassian.jira.issue.search.searchers.renderer
Class ComponentSearchRenderer.ComponentLabelFunction

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.renderer.ComponentSearchRenderer.ComponentLabelFunction
All Implemented Interfaces:
com.atlassian.util.concurrent.Function<String,AbstractProjectConstantsRenderer.GenericProjectConstantsLabel>
Enclosing class:
ComponentSearchRenderer

protected class ComponentSearchRenderer.ComponentLabelFunction
extends Object
implements Function<String,AbstractProjectConstantsRenderer.GenericProjectConstantsLabel>


Constructor Summary
ComponentSearchRenderer.ComponentLabelFunction(com.atlassian.crowd.embedded.api.User searcher)
           
 
Method Summary
 AbstractProjectConstantsRenderer.GenericProjectConstantsLabel get(String input)
          Resolves an output where an input is given.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentSearchRenderer.ComponentLabelFunction

public ComponentSearchRenderer.ComponentLabelFunction(com.atlassian.crowd.embedded.api.User searcher)
Method Detail

get

public AbstractProjectConstantsRenderer.GenericProjectConstantsLabel get(String input)
Description copied from interface: Function
Resolves an output where an input is given.

Specified by:
get in interface com.atlassian.util.concurrent.Function<String,AbstractProjectConstantsRenderer.GenericProjectConstantsLabel>
Parameters:
input - an object of type D.
Returns:
the output of type R.


Copyright © 2002-2012 Atlassian. All Rights Reserved.