com.atlassian.jira.config.component
Class AppPropertiesComponentAdaptor<T>

java.lang.Object
  extended by com.atlassian.jira.config.component.AbstractComponentAdaptor<T>
      extended by com.atlassian.jira.config.component.AbstractSwitchingInvocationAdaptor<T>
          extended by com.atlassian.jira.config.component.AppPropertiesComponentAdaptor<T>
All Implemented Interfaces:
org.picocontainer.ComponentAdapter<T>

public class AppPropertiesComponentAdaptor<T>
extends AbstractSwitchingInvocationAdaptor<T>

Copyright (c) 2002-2004 All rights reserved.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
org.picocontainer.ComponentAdapter.NOTHING
 
Field Summary
 
Fields inherited from class com.atlassian.jira.config.component.AbstractComponentAdaptor
interfaceClass
 
Constructor Summary
AppPropertiesComponentAdaptor(org.picocontainer.PicoContainer container, Class<T> interfaceClass, Class<? extends T> enabledClass, Class<? extends T> disabledClass, String appPropertiesKey)
           
 
Method Summary
protected  InvocationSwitcher getInvocationSwitcher()
           
 
Methods inherited from class com.atlassian.jira.config.component.AbstractSwitchingInvocationAdaptor
getComponentImplementation, getComponentInstance, getHandler, isEnabled
 
Methods inherited from class com.atlassian.jira.config.component.AbstractComponentAdaptor
accept, findAdapterOfType, getComponentInstance, getComponentKey, getDelegate, getDescriptor, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppPropertiesComponentAdaptor

public AppPropertiesComponentAdaptor(org.picocontainer.PicoContainer container,
                                     Class<T> interfaceClass,
                                     Class<? extends T> enabledClass,
                                     Class<? extends T> disabledClass,
                                     String appPropertiesKey)
Method Detail

getInvocationSwitcher

protected InvocationSwitcher getInvocationSwitcher()
Specified by:
getInvocationSwitcher in class AbstractSwitchingInvocationAdaptor<T>


Copyright © 2002-2014 Atlassian. All Rights Reserved.