org.osgi.impl.bundle.obr.resource
Class ManifestEntry
java.lang.Object
org.osgi.impl.bundle.obr.resource.ManifestEntry
- All Implemented Interfaces:
- Comparable
public class ManifestEntry
- extends Object
- implements Comparable
directives
public Map directives
uses
public Set uses
ManifestEntry
public ManifestEntry(String name)
ManifestEntry
public ManifestEntry(String name,
VersionRange version)
toString
public String toString()
- Overrides:
toString
in class Object
getName
public String getName()
getVersion
public VersionRange getVersion()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
getPath
public Object getPath()
- Returns:
getDirectives
public Map getDirectives()
getAttributes
public Map getAttributes()
addParameter
public void addParameter(org.osgi.impl.bundle.obr.resource.Parameter parameter)
- Parameters:
parameter
-
getAlias
public ManifestEntry getAlias(String key)
getDirective
public String getDirective(String directive)
getAttribute
public String getAttribute(String attribute)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.