| Package | Description | 
|---|---|
| org.apache.reef.tang | 
 Public interfaces and factories for Tang's core API. 
 | 
| org.apache.reef.tang.implementation | 
 Tang's implementation. 
 | 
| org.apache.reef.tang.implementation.java | 
 Private implementation classes that configure and inject code written
 in Java. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Injector | 
Injector.forkInjector()  | 
Injector | 
Injector.forkInjector(Configuration... configurations)
Create a copy of this Injector that inherits the instances that were already
 created by this Injector, but reflects additional Configuration objects. 
 | 
Injector | 
Tang.newInjector()
Returns an Injector based on an empty Configuration. 
 | 
Injector | 
Tang.newInjector(Configuration... confs)
Returns an Injector for the given Configurations. 
 | 
Injector | 
Tang.newInjector(Configuration confs)
Returns an Injector for the given Configuration. 
 | 
| Constructor and Description | 
|---|
InjectionFuture(Injector injector,
                              Class<? extends T> iface)  | 
| Modifier and Type | Method and Description | 
|---|---|
Injector | 
TangImpl.newInjector()  | 
Injector | 
TangImpl.newInjector(Configuration... confs)  | 
Injector | 
TangImpl.newInjector(Configuration confs)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InjectorImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
Injector | 
InjectorImpl.forkInjector()  | 
Injector | 
InjectorImpl.forkInjector(Configuration... configurations)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.