org.apache.aries.util.manifest
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
 void addToCollection(String n, Map<String,String> v)
          Add this Name & Value to the collection.
 

Method Detail

addToCollection

void addToCollection(String n,
                     Map<String,String> v)
Add this Name & Value to the collection.

Parameters:
n -
v -


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.