public class FelixResourceAdapter
extends java.lang.Object
implements org.osgi.resource.Resource, org.osgi.service.repository.RepositoryContent
Constructor and Description |
---|
FelixResourceAdapter(Resource resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<org.osgi.resource.Capability> |
getCapabilities(java.lang.String namespace) |
java.io.InputStream |
getContent() |
java.util.List<org.osgi.resource.Requirement> |
getRequirements(java.lang.String namespace) |
int |
hashCode() |
java.lang.String |
toString() |
public FelixResourceAdapter(Resource resource)
public java.util.List<org.osgi.resource.Capability> getCapabilities(java.lang.String namespace)
getCapabilities
in interface org.osgi.resource.Resource
public java.io.InputStream getContent()
getContent
in interface org.osgi.service.repository.RepositoryContent
public java.util.List<org.osgi.resource.Requirement> getRequirements(java.lang.String namespace)
getRequirements
in interface org.osgi.resource.Resource
public boolean equals(java.lang.Object o)
equals
in interface org.osgi.resource.Resource
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface org.osgi.resource.Resource
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.