com.atlassian.bamboo.lingo
Class RemoteInvocationPluginKeyResolver

java.lang.Object
  extended by com.atlassian.bamboo.lingo.AbstractPluginKeyResolverDelegator
      extended by com.atlassian.bamboo.lingo.RemoteInvocationPluginKeyResolver
All Implemented Interfaces:
DelegatingPluginKeyResolver, PluginKeyResolver

public class RemoteInvocationPluginKeyResolver
extends AbstractPluginKeyResolverDelegator

PluginKeyResolver for RemoteInvocation.

Since:
v3.3

Constructor Summary
RemoteInvocationPluginKeyResolver()
           
RemoteInvocationPluginKeyResolver(PluginKeyResolver delegate)
           
 
Method Summary
 java.lang.String resolve(java.lang.Object from)
          Resolve plugin key from given object.
 void setDelegate(PluginKeyResolver delegate)
           
 
Methods inherited from class com.atlassian.bamboo.lingo.AbstractPluginKeyResolverDelegator
delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInvocationPluginKeyResolver

public RemoteInvocationPluginKeyResolver(PluginKeyResolver delegate)

RemoteInvocationPluginKeyResolver

public RemoteInvocationPluginKeyResolver()
Method Detail

resolve

public java.lang.String resolve(java.lang.Object from)
Description copied from interface: PluginKeyResolver
Resolve plugin key from given object.

Parameters:
from - object to resolve from, may be null, which must be safely handled by the resolver
Returns:
plugin key, or null, if this resolver was not able to resolve the key

setDelegate

public void setDelegate(@NotNull
                        PluginKeyResolver delegate)
Specified by:
setDelegate in interface DelegatingPluginKeyResolver
Overrides:
setDelegate in class AbstractPluginKeyResolverDelegator


Copyright © 2011 Atlassian. All Rights Reserved.