nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface BundleContentDescriptorPropertyValue
Data interface providing access to a bundle and the associated content descriptor.

The bundle reference is a transient property of the instance, and will not be kept when the instance of this interface is serialized and deserialized.

Clients shouldn't implement this interface.

An instance is created by the BundlePropertyUtils.bundleContentDescriptorExecutionProperty(BundleKey) execution property.

Methods
public NestRepositoryBundle
Gets the reference to the loaded bundle.
public ContentDescriptor
Gets the content descriptor of the associated bundle.
Gets the reference to the loaded bundle.

This property is not persisted when the instance is serialized.

The reference to the bundle.
Gets the content descriptor of the associated bundle.

The descriptor doesn't include the dependencies, and is usually based on the hash of the contents of the bundle.

The content descriptor.