org.jboss.osgi.resolver
Interface XHostCapability

All Superinterfaces:
Capability, XAttachmentSupport, XAttributeSupport, XCapability, XDirectiveSupport, XElement
All Known Implementing Classes:
AbstractHostCapability

public interface XHostCapability
extends XCapability

A fragment host capability

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

Method Summary
 String getSymbolicName()
          Get the bundle symbolic name.
 Version getVersion()
          Get the bundle version.
 
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

getSymbolicName

String getSymbolicName()
Get the bundle symbolic name.


getVersion

Version getVersion()
Get the bundle version.



Copyright © 2012. All Rights Reserved.