nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface BundleContentDescriptorPathPropertyValue
Data interface providing access to the local file system path and associated contents descriptor of a bundle.

Clients shouldn't implement this interface.

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

Methods
public ContentDescriptor
Gets the content descriptor of the associated bundle.
public SakerPath
Gets the local file system path 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.
public abstract SakerPath getLocalPath()
Gets the local file system path to the bundle.
The local path.