package saker.nest.bundle.lookup
public interface BundleInformationLookupResult
Represents the result of a bundle information lookup request.
The interface provides access to the bundle information result of the lookup, 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.
public BundleInformation | Gets the bundle information that is the result of the lookup operation. |
public BundleLookup | Gets the relative lookup in relation to the found bundle information. |
public BundleStorageView | Gets the storage view that contains the bundle associated with the information. |
Gets the bundle information that is the result of the lookup operation.
The bundle information.
Gets the relative lookup in relation to the found bundle information.
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 bundle associated with the information.
The storage view.