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.Resource
public InputStream getContent()
getContent
in interface org.osgi.service.repository.RepositoryContent
public List<org.osgi.resource.Requirement> getRequirements(String namespace)
getRequirements
in interface org.osgi.resource.Resource
public boolean equals(Object o)
public int hashCode()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.