org.jboss.osgi.resolver
Interface XHostRequirement

All Superinterfaces:
Requirement, XAttachmentSupport, XAttributeSupport, XDirectiveSupport, XElement, XRequirement
All Known Implementing Classes:
AbstractHostRequirement

public interface XHostRequirement
extends XRequirement

A fragment host requirement

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

Method Summary
 String getSymbolicName()
          The bundle symbolic name
 VersionRange getVersionRange()
          The bundle version range
 
Methods inherited from interface org.jboss.osgi.resolver.XRequirement
isOptional, matches
 
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.Requirement
equals, getAttributes, getDirectives, getNamespace, getResource, hashCode
 

Method Detail

getSymbolicName

String getSymbolicName()
The bundle symbolic name


getVersionRange

VersionRange getVersionRange()
The bundle version range



Copyright © 2012. All Rights Reserved.