@ProviderType public interface RepositoryContent
Resource
objects which represent resources in a
Repository
must implement this interface. A user of the resource can
then cast the Resource
object to this type and then obtain an
InputStream
to the content of the resource.Modifier and Type | Method and Description |
---|---|
InputStream |
getContent()
Returns a new input stream to the content of this resource.
|
InputStream getContent()
osgi.content
capability. If more than one such capability is associated with the
resource, the first such capability is returned.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0