package saker.nest.bundle.lookup
public interface BundleIdentifierLookupResult
Represents the result of a bundle identifier lookup request.
The interface provides access to the found bundles, 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.
public Map< | Gets the bundles found as the result of the lookup. |
public BundleLookup | Gets the relative lookup in relation to the found bundles. |
public BundleStorageView | Gets the storage view that contains the found bundles. |
Gets the bundles found as the result of the lookup.
The found bundle identifiers are returned in a map that contains version numbers mapped to the bundle identifiers for that version. The returned map is ordered by descending order of version numbers.
The found bundles.
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.