This project has retired. For details please refer to its Attic page.
org.apache.reef.tang.formats (REEF 0.16.0 API)

Package org.apache.reef.tang.formats

Tang format classes encode and decode information that Tang gathers at runtime.

See: Description

Package org.apache.reef.tang.formats Description

Tang format classes encode and decode information that Tang gathers at runtime. Such information comes in three forms: ClassHierarchy data that is derived directly from compiled application code, Configuration data that has been typechecked, and is derived from various user inputs, such as configuration files and command line arguments, and finally, InjectionPlans which encode the constructor invocations that Tang would make when instantiating a particular class.

Copyright © 2017 The Apache Software Foundation. All rights reserved.