org.jboss.osgi.resolver
Interface XIdentityCapability

All Superinterfaces:
org.osgi.framework.resource.Capability, XAttachmentSupport, XAttributeSupport, XCapability, XDirectiveSupport, XElement
All Known Implementing Classes:
AbstractIdentityCapability

public interface XIdentityCapability
extends XCapability

An identity capability

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

Method Summary
 String getSymbolicName()
           
 String getType()
           
 org.osgi.framework.Version getVersion()
           
 
Methods inherited from interface org.jboss.osgi.resolver.XElement
adapt
 
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.framework.resource.Capability
getAttributes, getDirectives, getNamespace, getResource
 

Method Detail

getSymbolicName

String getSymbolicName()

getVersion

org.osgi.framework.Version getVersion()

getType

String getType()


Copyright © 2012. All Rights Reserved.