org.apache.aries.application.utils.manifest
Interface ManifestHeaderProcessor.NameValueCollection<N,V>

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<N,V>

Intended to provide a standard way to add Name/Value's to aggregations of Name/Value's.


Method Summary
 void addToCollection(N n, V v)
          Add this Name & Value to the collection.
 

Method Detail

addToCollection

void addToCollection(N n,
                     V v)
Add this Name & Value to the collection.

Parameters:
n -
v -


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