|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
public static class SearchableRepository.ResourceDescriptor
Describes a resource that is a member of the underlying remote repository.
| Field Summary | |
|---|---|
String |
bsn
The name of the resource, usually the Bundle Symbolic Name |
boolean |
dependency
True if this resource was added as a dependency |
String |
description
A description of the resource. |
byte[] |
id
SHA-1 for the resource. |
boolean |
included
True if already included in the local repository. |
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 |
URI |
url
Location of the resource |
Version |
version
The version of the resource. |
| Constructor Summary | |
|---|---|
SearchableRepository.ResourceDescriptor()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] id
public byte[] sha256
public String description
public String bsn
public Version version
public Phase phase
public boolean included
public boolean dependency
public URI url
public String owner
| Constructor Detail |
|---|
public SearchableRepository.ResourceDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||