info.magnolia.module
Class ModuleInstanceProvider<T>

java.lang.Object
  extended by info.magnolia.module.ModuleInstanceProvider<T>
Type Parameters:
T - the type of the module class
All Implemented Interfaces:
javax.inject.Provider<T>

public class ModuleInstanceProvider<T>
extends Object
implements javax.inject.Provider<T>

Provider for the module instance of a module.

Version:
$Id$

Field Summary
 String moduleName
           
 
Constructor Summary
ModuleInstanceProvider(String moduleName)
           
 
Method Summary
 T get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleName

public String moduleName
Constructor Detail

ModuleInstanceProvider

public ModuleInstanceProvider(String moduleName)
Method Detail

get

public T get()
Specified by:
get in interface javax.inject.Provider<T>


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.