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

The interface provides access to the loaded bundle, the storage view that contains it, and the relative lookup that can be used to look up further bundles in relation to this.

This interface is not to be implemented by clients.

Methods
public NestRepositoryBundle
Gets the loaded bundle that is the result of the lookup operation.
public BundleLookup
Gets the relative lookup in relation to the found bundle.
public BundleStorageView
Gets the storage view that contains the loaded bundle.
Gets the loaded bundle that is the result of the lookup operation.
The loaded bundle.
Gets the relative lookup in relation to the found bundle.

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

The relative bundle lookup.
Gets the storage view that contains the loaded bundle.
The storage view.