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.Resourcepublic java.io.InputStream getContent()
getContent in interface org.osgi.service.repository.RepositoryContentpublic java.util.List<org.osgi.resource.Requirement> getRequirements(java.lang.String namespace)
getRequirements in interface org.osgi.resource.Resourcepublic boolean equals(java.lang.Object o)
equals in interface org.osgi.resource.Resourceequals in class java.lang.Objectpublic int hashCode()
hashCode in interface org.osgi.resource.ResourcehashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.