Module MetaData
In: lib/fastcst/metadata.rb

Methods

Public Class methods

Adds a disposition record to the meta-data.

Adds a mentioned file to the meta-data along with its digest. You would do this for all of the files EXCEPT the .fcs data and .yaml journal files. MetaData.finish_metadata does that.

Creates an initial meta-data file from the given information.

This finishes off a meta-data file by adding the .fcs data file and .yaml journal file and setting a few other required elements.

Loads the meta-data from a file.

Adds a log message to the MetaData.

A wrapper function that loads the given YAML file, passes the result to a block, and then saves the modified meta-data back to disk.

[Validate]