Interface ManifestHeaderProcessor.NameValueCollection

All Known Implementing Classes:
ManifestHeaderProcessor.NameValueList, ManifestHeaderProcessor.NameValueMap
Enclosing class:
ManifestHeaderProcessor

public static interface ManifestHeaderProcessor.NameValueCollection
Intended to provide a standard way to add Name/Value's to aggregations of Name/Value's.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add this Name invalid input: '&' Value to the collection.
  • Method Details

    • addToCollection

      void addToCollection(String n, Map<String,String> v)
      Add this Name invalid input: '&' Value to the collection.
      Parameters:
      n -
      v -