org.jboss.osgi.resolver
Interface XPackageCapability

All Superinterfaces:
org.osgi.resource.Capability, XAttachmentSupport, XAttributeSupport, XCapability, XDirectiveSupport, XElement
All Known Implementing Classes:
AbstractBundleCapability, AbstractCapability, AbstractHostedCapability

public interface XPackageCapability
extends XCapability

A package capability

Since:
02-Jul-2010
Author:
thomas.diesler@jboss.com

Method Summary
 String getPackageName()
          The package name
 org.osgi.framework.Version getVersion()
          The package version.
 
Methods inherited from interface org.jboss.osgi.resolver.XCapability
adapt, validate
 
Methods inherited from interface org.jboss.osgi.resolver.XAttachmentSupport
addAttachment, getAttachment, removeAttachment
 
Methods inherited from interface org.jboss.osgi.resolver.XAttributeSupport
getAttribute, getAttributes
 
Methods inherited from interface org.jboss.osgi.resolver.XDirectiveSupport
getDirective, getDirectives
 
Methods inherited from interface org.osgi.resource.Capability
equals, getAttributes, getDirectives, getNamespace, getResource, hashCode
 

Method Detail

getPackageName

String getPackageName()
The package name


getVersion

org.osgi.framework.Version getVersion()
The package version.



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.