RDImpl, ResourceDescriptorImplpublic static class SearchableRepository.ResourceDescriptor
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
bsn |
The name of the resource, usually the Bundle Symbolic Name
|
boolean |
dependency |
True if this resource was added as a dependency
|
java.lang.String |
description |
A description of the resource.
|
byte[] |
id |
SHA-1 for the resource.
|
boolean |
included |
True if already included in the local repository.
|
java.lang.String |
owner |
An ID of the resource owner.
|
Phase |
phase |
The phase of the resource
|
byte[] |
sha256 |
Also need the sha 256 because of the OSGi Repository stuff
|
java.net.URI |
url |
Location of the resource
|
Version |
version |
The version of the resource.
|
| Constructor | Description |
|---|---|
ResourceDescriptor() |
public byte[] id
public byte[] sha256
public java.lang.String description
public java.lang.String bsn
public Version version
public Phase phase
public boolean included
public boolean dependency
public java.net.URI url
public java.lang.String owner