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
Modifier and TypeMethodDescriptionvoidaddToCollection(String n, Map<String, String> v) Add this Name invalid input: '&' Value to the collection.
-
Method Details
-
addToCollection
Add this Name invalid input: '&' Value to the collection.- Parameters:
n-v-
-