aQute.bnd.service.repository.RepositoryDigest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bndlib Show documentation
Show all versions of biz.aQute.bndlib Show documentation
bndlib: A Swiss Army Knife for OSGi
The newest version!
package aQute.bnd.service.repository;
public interface RepositoryDigest {
/**
* 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.
*/
byte[] getDigest();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy