org.jboss.osgi.resolver.v2
Interface XResource

All Superinterfaces:
org.osgi.framework.resource.Resource, XAttachmentSupport, XElement
All Known Implementing Classes:
AbstractResource, URLBasedResource

public interface XResource
extends XElement, org.osgi.framework.resource.Resource

An extension to the Resource

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

Method Summary
 InputStream getContent()
           
 XIdentityCapability getIdentityCapability()
           
 boolean isFragment()
           
 
Methods inherited from interface org.jboss.osgi.resolver.v2.XAttachmentSupport
addAttachment, getAttachment, removeAttachment
 
Methods inherited from interface org.osgi.framework.resource.Resource
getCapabilities, getRequirements
 

Method Detail

getIdentityCapability

XIdentityCapability getIdentityCapability()

isFragment

boolean isFragment()

getContent

InputStream getContent()


Copyright © 2012. All Rights Reserved.