org.apache.commons.inject.impl
Class ListPoint<T>

java.lang.Object
  extended by org.apache.commons.inject.impl.ListPoint<T>
All Implemented Interfaces:
IPoint<T>, IInjectorAware

public class ListPoint<T>
extends Object
implements IPoint<T>, IInjectorAware


Constructor Summary
ListPoint(List<IPoint<T>> pPoints)
           
 
Method Summary
 void add(IPoint<T> pPoint)
           
 void init(IInjector pInjector)
           
 void injectTo(T pInstance, IInjector pInjector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPoint

public ListPoint(List<IPoint<T>> pPoints)
Method Detail

add

public void add(IPoint<T> pPoint)

injectTo

public void injectTo(T pInstance,
                     IInjector pInjector)
Specified by:
injectTo in interface IPoint<T>

init

public void init(IInjector pInjector)
Specified by:
init in interface IInjectorAware


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.