Uses of Class
org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueMap

Packages that use ManifestHeaderProcessor.NameValueMap
org.apache.aries.application.impl   
org.apache.aries.application.utils.manifest   
 

Uses of ManifestHeaderProcessor.NameValueMap in org.apache.aries.application.impl
 

Methods in org.apache.aries.application.impl that return ManifestHeaderProcessor.NameValueMap
 ManifestHeaderProcessor.NameValueMap<String,String> ContentImpl.getNameValueMap()
           
 

Constructors in org.apache.aries.application.impl with parameters of type ManifestHeaderProcessor.NameValueMap
ContentImpl(String contentName, ManifestHeaderProcessor.NameValueMap<String,String> nameValueMap)
           
 

Uses of ManifestHeaderProcessor.NameValueMap in org.apache.aries.application.utils.manifest
 

Methods in org.apache.aries.application.utils.manifest that return types with arguments of type ManifestHeaderProcessor.NameValueMap
static ManifestHeaderProcessor.NameValuePair<String,ManifestHeaderProcessor.NameValueMap<String,String>> ManifestHeaderProcessor.parseBundleSymbolicName(String s)
          Parse a bundle symbolic name.
static List<ManifestHeaderProcessor.NameValuePair<String,ManifestHeaderProcessor.NameValueMap<String,String>>> ManifestHeaderProcessor.parseExportList(List<String> list)
          Parse an export style header in a list.
static List<ManifestHeaderProcessor.NameValuePair<String,ManifestHeaderProcessor.NameValueMap<String,String>>> ManifestHeaderProcessor.parseExportString(String s)
          Parse an export style header.
static Map<String,ManifestHeaderProcessor.NameValueMap<String,String>> ManifestHeaderProcessor.parseImportString(String s)
          Parse an import style header.
 

Methods in org.apache.aries.application.utils.manifest with parameters of type ManifestHeaderProcessor.NameValueMap
static Content ManifestHeaderProcessor.parseContent(String contentName, ManifestHeaderProcessor.NameValueMap<String,String> nameValueMap)
          Parse a content
 



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