| Package | Description | 
|---|---|
| org.apache.reef.tang | 
 Public interfaces and factories for Tang's core API. 
 | 
| org.apache.reef.tang.implementation.java | 
 Private implementation classes that configure and inject code written
 in Java. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
JavaClassHierarchy.parse(NamedParameterNode<T> name,
          String value)
Parse a string value that has been passed into a named parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
ClassHierarchyImpl.parse(NamedParameterNode<T> np,
          String value)
Parse a string, assuming that it is of the type expected by a given NamedParameter. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.