Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addToCollection(java.lang.String n, java.util.Map<java.lang.String,java.lang.String> v)
Add this Name & Value to the collection.
-