com.atlassian.jira.configurator
Class DummyComponentAccessorWorker

java.lang.Object
  extended by com.atlassian.jira.configurator.DummyComponentAccessorWorker
All Implemented Interfaces:
ComponentAccessor.Worker

public class DummyComponentAccessorWorker
extends Object
implements ComponentAccessor.Worker

Provides dummy implementations for any components that the Configurator can not avoid calling.

Since:
v6.0

Method Summary
<T> T
getComponent(Class<T> componentClass)
           
<T> T
getComponentOfType(Class<T> componentClass)
           
<T> T
getOSGiComponentInstanceOfType(Class<T> componentClass)
           
static void install()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

install

public static void install()

getComponent

public <T> T getComponent(Class<T> componentClass)
Specified by:
getComponent in interface ComponentAccessor.Worker

getComponentOfType

public <T> T getComponentOfType(Class<T> componentClass)
Specified by:
getComponentOfType in interface ComponentAccessor.Worker

getOSGiComponentInstanceOfType

public <T> T getOSGiComponentInstanceOfType(Class<T> componentClass)
Specified by:
getOSGiComponentInstanceOfType in interface ComponentAccessor.Worker


Copyright © 2002-2013 Atlassian. All Rights Reserved.