| Package | Description | 
|---|---|
| org.apache.reef.tang.formats | 
 Tang format classes encode and decode information that Tang gathers at
 runtime. 
 | 
| org.apache.reef.util | 
 Various utility classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OptionalParameter<T>  | 
class  | 
RequiredParameter<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> ConfigurationModuleBuilder | 
ConfigurationModuleBuilder.bindList(Class<? extends Name<List<T>>> iface,
                Param<List> opt)  | 
<T> ConfigurationModuleBuilder | 
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> name,
                                    Param<T> opt)  | 
<T> ConfigurationModuleBuilder | 
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
                        Param<? extends T> opt)  | 
ConfigurationModule | 
ConfigurationModule.set(Param<? extends Number> opt,
      Number val)  | 
ConfigurationModule | 
ConfigurationModule.set(Param<Boolean> opt,
      boolean val)  | 
<T> ConfigurationModule | 
ConfigurationModule.set(Param<List> opt,
      List implList)
Binds a list to a specfici optional/required Param using ConfigurationModule. 
 | 
<T> ConfigurationModule | 
ConfigurationModule.set(Param<T> opt,
      Class<? extends T> val)  | 
<T> ConfigurationModule | 
ConfigurationModule.set(Param<T> opt,
      String val)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <P extends Param>  | 
EnvironmentUtils.addAll(ConfigurationModule config,
            P param,
            Iterable<String> values)
Deprecated. 
 
in 0.2 this really should be in Tang. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.