saker.nest Documentation TaskDoc JavaDoc Packages
public interface BundleVersionLookupResult
Represents the result of a bundle version lookup request.

The interface provides access to the found versions of a bundle, the storage view that contains them, and the relative lookup that can be used to look up further bundles in relation to them.

This interface is not to be implemented by clients.

Methods
public Set<extends BundleIdentifier>
Gets the found bundle identifiers that match the lookup request bundle identifier.
public BundleLookup
Gets the relative lookup in relation to the found bundles.
public BundleStorageView
Gets the storage view that contains the found bundles.
public abstract Set<extends BundleIdentifier> getBundles()
Gets the found bundle identifiers that match the lookup request bundle identifier.
A set of bundles. The iteration order of the returned collection is descending by the bundle version.
Gets the relative lookup in relation to the found bundles.

The lookup can be used to look up other bundles and information that is accessible in relation to the bundles.

The relative bundle lookup.
Gets the storage view that contains the found bundles.
The storage view.