public class

PlexusShimComponent

extends Object
java.lang.Object
   ↳ org.apache.archiva.redback.components.springutils.plexusshim.PlexusShimComponent

Class Overview

Simple component which will initiate the plexus shim component to see plexus components inside a guice container.
So move all of this here to be able to change quickly if needed.

Summary

Public Constructors
PlexusShimComponent()
Public Methods
void initialize()
<T> T lookup(Class<T> clazz)
<T> T lookup(Class<T> clazz, String hint)
<T> List<T> lookupList(Class<T> clazz)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PlexusShimComponent ()

Public Methods

public void initialize ()

Throws
PlexusContainerException

public T lookup (Class<T> clazz)

Throws
ComponentLookupException

public T lookup (Class<T> clazz, String hint)

Throws
ComponentLookupException

public List<T> lookupList (Class<T> clazz)

Throws
ComponentLookupException