Package | Description |
---|---|
org.apache.reef.tang |
Public interfaces and factories for Tang's core API.
|
org.apache.reef.tang.formats |
Tang format classes encode and decode information that Tang gathers at
runtime.
|
org.apache.reef.tang.implementation.java |
Private implementation classes that configure and inject code written
in Java.
|
org.apache.reef.tang.implementation.types |
Implementations of the ClassHierarchy type system.
|
org.apache.reef.tang.util |
Utilities for Tang.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JavaClassHierarchy.parseDefaultValue(NamedParameterNode<T> name)
Obtain a parsed instance of the default value of a named parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationModule.assertStaticClean() |
ConfigurationModule |
ConfigurationModuleBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static <T> NamedParameterNode<T> |
JavaNodeFactory.createNamedParameterNode(Node parent,
Class<? extends Name<T>> clazz,
Type argClass)
XXX: This method assumes that all generic types have exactly one type parameter.
|
Constructor and Description |
---|
ConstructorDefImpl(String className,
ConstructorArg[] args,
boolean injectable) |
Modifier and Type | Method and Description |
---|---|
static Type |
ReflectionUtilities.getNamedParameterTargetOrNull(Class<?> clazz) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.