Class Manifest

java.lang.Object
org.moeaframework.core.TypedProperties
org.moeaframework.analysis.store.fs.Manifest
All Implemented Interfaces:
Displayable, Formattable<Map.Entry<String,String>>

public class Manifest extends TypedProperties
Manifest for storing and validating the structure of the data store.
  • Constructor Details

    • Manifest

      public Manifest()
      Constructs a new, empty manifest.
  • Method Details

    • validate

      public void validate(Manifest expected)
      Validates the two manifests are equal by comparing both contain identical keys and values.
      Parameters:
      expected - the expected manifest
      Throws:
      ManifestValidationException - if any differences were detected