com.atlassian.bamboo.lingo
Interface DelegatingPluginKeyResolver

All Superinterfaces:
PluginKeyResolver
All Known Implementing Classes:
AbstractPluginKeyResolverDelegator, ArrayPluginKeyResolver, IterablePluginKeyResolver, MapPluginKeyResolver, RemoteInvocationPluginKeyResolver, RemoteInvocationResultPluginKeyResolver

public interface DelegatingPluginKeyResolver
extends PluginKeyResolver

Interface for delegating plugin key resolver.

Since:
v3.3

Method Summary
 void setDelegate(PluginKeyResolver delegate)
           
 
Methods inherited from interface com.atlassian.bamboo.lingo.PluginKeyResolver
resolve
 

Method Detail

setDelegate

void setDelegate(@NotNull
                 PluginKeyResolver delegate)


Copyright © 2011 Atlassian. All Rights Reserved.