JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
aQute.bnd.service.repository
Interface RepositoryDigest
public interface
RepositoryDigest
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
getDigest
()
Return a SHA-1 for the collection.
Method Detail
getDigest
byte[] getDigest()
Return a SHA-1 for the collection. This sha is calculated as follows: 1) If there is a single file, return its sha 2) Otherwise, create a set (skipping duplicates) of all shas, sort them, and then create the sha of this file.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method