public class FelixResourceAdapter extends 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(Object o) |
List<org.osgi.resource.Capability> |
getCapabilities(String namespace) |
InputStream |
getContent() |
List<org.osgi.resource.Requirement> |
getRequirements(String namespace) |
int |
hashCode() |
String |
toString() |
public FelixResourceAdapter(Resource resource)
public List<org.osgi.resource.Capability> getCapabilities(String namespace)
getCapabilities in interface org.osgi.resource.Resourcepublic InputStream getContent()
getContent in interface org.osgi.service.repository.RepositoryContentpublic List<org.osgi.resource.Requirement> getRequirements(String namespace)
getRequirements in interface org.osgi.resource.Resourcepublic boolean equals(Object o)
public int hashCode()
Copyright © 2015. All rights reserved.