package saker.nest.support.api.property
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(
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.
Gets the local file system path to the bundle.
The local path.