org.apache.aries.application.resolver.obr.impl
Class OBRBundleInfo
java.lang.Object
org.apache.aries.application.resolver.obr.impl.OBRBundleInfo
- All Implemented Interfaces:
- BundleInfo
public class OBRBundleInfo
- extends Object
- implements BundleInfo
Constructor Summary |
OBRBundleInfo(String symbolicName,
org.osgi.framework.Version version,
String location,
Set<Content> importPackage,
Set<Content> exportPackage,
Set<Content> importService,
Set<Content> exportService,
Set<Content> requireBundle,
Map<String,String> attributes,
Map<String,String> directives,
Map<String,String> headers)
|
OBRBundleInfo
public OBRBundleInfo(String symbolicName,
org.osgi.framework.Version version,
String location,
Set<Content> importPackage,
Set<Content> exportPackage,
Set<Content> importService,
Set<Content> exportService,
Set<Content> requireBundle,
Map<String,String> attributes,
Map<String,String> directives,
Map<String,String> headers)
getSymbolicName
public String getSymbolicName()
- Specified by:
getSymbolicName
in interface BundleInfo
getVersion
public org.osgi.framework.Version getVersion()
- Specified by:
getVersion
in interface BundleInfo
getLocation
public String getLocation()
- Specified by:
getLocation
in interface BundleInfo
getImportPackage
public Set<Content> getImportPackage()
- Specified by:
getImportPackage
in interface BundleInfo
getExportPackage
public Set<Content> getExportPackage()
- Specified by:
getExportPackage
in interface BundleInfo
getImportService
public Set<Content> getImportService()
- Specified by:
getImportService
in interface BundleInfo
getExportService
public Set<Content> getExportService()
- Specified by:
getExportService
in interface BundleInfo
getHeaders
public Map<String,String> getHeaders()
- Specified by:
getHeaders
in interface BundleInfo
getBundleAttributes
public Map<String,String> getBundleAttributes()
- Specified by:
getBundleAttributes
in interface BundleInfo
getBundleDirectives
public Map<String,String> getBundleDirectives()
- Specified by:
getBundleDirectives
in interface BundleInfo
getRequireBundle
public Set<Content> getRequireBundle()
- Specified by:
getRequireBundle
in interface BundleInfo
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getRawAttributes
public Attributes getRawAttributes()
- Specified by:
getRawAttributes
in interface BundleInfo
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.