public class RequiredBundleImpl extends Object implements org.osgi.service.packageadmin.RequiredBundle
Constructor and Description |
---|
RequiredBundleImpl(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getBundle() |
org.osgi.framework.Bundle[] |
getRequiringBundles() |
String |
getSymbolicName() |
org.osgi.framework.Version |
getVersion() |
boolean |
isRemovalPending() |
String |
toString() |
public String getSymbolicName()
getSymbolicName
in interface org.osgi.service.packageadmin.RequiredBundle
public org.osgi.framework.Bundle getBundle()
getBundle
in interface org.osgi.service.packageadmin.RequiredBundle
public org.osgi.framework.Bundle[] getRequiringBundles()
getRequiringBundles
in interface org.osgi.service.packageadmin.RequiredBundle
public org.osgi.framework.Version getVersion()
getVersion
in interface org.osgi.service.packageadmin.RequiredBundle
public boolean isRemovalPending()
isRemovalPending
in interface org.osgi.service.packageadmin.RequiredBundle
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.