org.jboss.osgi.resolver.v2
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()
           
 boolean isSingleton()
           
 
Methods inherited from interface org.jboss.osgi.resolver.v2.XAttachmentSupport
addAttachment, getAttachment, removeAttachment
 
Methods inherited from interface org.jboss.osgi.resolver.v2.XAttributeSupport
getAttribute, getAttributes
 
Methods inherited from interface org.jboss.osgi.resolver.v2.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()

isSingleton

boolean isSingleton()


Copyright © 2012. All Rights Reserved.