org.jboss.osgi.resolver
Interface XResource

All Superinterfaces:
Resource, XAttachmentSupport, XElement
All Known Implementing Classes:
AbstractResource

public interface XResource
extends XElement, Resource

An extension to the Resource

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

Method Summary
 XIdentityCapability getIdentityCapability()
          Get the identity capability for this resource
 boolean isFragment()
          True if this resource is a fragment
 
Methods inherited from interface org.jboss.osgi.resolver.XAttachmentSupport
addAttachment, getAttachment, removeAttachment
 
Methods inherited from interface org.osgi.resource.Resource
equals, getCapabilities, getRequirements, hashCode
 

Method Detail

getIdentityCapability

XIdentityCapability getIdentityCapability()
Get the identity capability for this resource


isFragment

boolean isFragment()
True if this resource is a fragment



Copyright © 2012. All Rights Reserved.