org.jboss.osgi.resolver.v2
Interface XIdentityRequirement

All Superinterfaces:
org.osgi.framework.resource.Requirement, XAttachmentSupport, XAttributeSupport, XDirectiveSupport, XElement, XRequirement
All Known Implementing Classes:
AbstractIdentityRequirement

public interface XIdentityRequirement
extends XRequirement

An identity requirement

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

Method Summary
 String getSymbolicName()
           
 org.jboss.osgi.metadata.VersionRange getVersionRange()
           
 String getVisibility()
           
 
Methods inherited from interface org.jboss.osgi.resolver.v2.XRequirement
isOptional
 
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.Requirement
getAttributes, getDirectives, getNamespace, getResource, matches
 

Method Detail

getSymbolicName

String getSymbolicName()

getVersionRange

org.jboss.osgi.metadata.VersionRange getVersionRange()

getVisibility

String getVisibility()


Copyright © 2012. All Rights Reserved.