org.jboss.osgi.resolver
Interface XRequireBundleRequirement

All Superinterfaces:
XAttachmentSupport, XAttributeSupport, XDirectiveSupport, XElement, XRequirement

public interface XRequireBundleRequirement
extends XRequirement

A bundle requirement

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

Method Summary
 String getResolution()
           
 XVersionRange getVersionRange()
           
 String getVisibility()
           
 
Methods inherited from interface org.jboss.osgi.resolver.XRequirement
getModule, getWiredCapability, isDynamic, isOptional
 
Methods inherited from interface org.jboss.osgi.resolver.XElement
getName
 
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.jboss.osgi.resolver.XAttachmentSupport
addAttachment, getAttachment, removeAttachment
 

Method Detail

getVersionRange

XVersionRange getVersionRange()

getVisibility

String getVisibility()

getResolution

String getResolution()


Copyright © 2011. All Rights Reserved.