org.jboss.osgi.resolver.v2
Interface XHostRequirement

All Superinterfaces:
org.osgi.framework.resource.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()
           
 org.jboss.osgi.metadata.VersionRange getVersionRange()
           
 
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()


Copyright © 2012. All Rights Reserved.