org.apache.aries.util.manifest
Interface ManifestHeaderProcessor.NameValueCollection
- Type Parameters:
N - Type of 'Name'V - Type of 'Value'
- 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.
addToCollection
void addToCollection(String n,
Map<String,String> v)
- Add this Name & Value to the collection.
- Parameters:
n - v -
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.