Package org.apache.aries.util.manifest
Interface ManifestHeaderProcessor.NameValueCollection
-
- All Known Implementing Classes:
ManifestHeaderProcessor.NameValueList,ManifestHeaderProcessor.NameValueMap
- Enclosing class:
- ManifestHeaderProcessor
public static interface ManifestHeaderProcessor.NameValueCollectionIntended 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 voidaddToCollection(java.lang.String n, java.util.Map<java.lang.String,java.lang.String> v)Add this Name & Value to the collection.
-