public static ExecutionProperty< | Gets an execution property that returns the contents descriptor and bundle
reference for a bundle key. |
public static ExecutionProperty< | Gets an execution property that returns the contents descriptor and the local file system path of the bundle for
a bundle key. |
public static ExecutionProperty< | Gets an execution property that returns the
documentation attachment bundle
identifier for a given bundle. |
public static ExecutionProperty< | Gets an execution property that looks up the BundleKey for a BundleIdentifier. |
public static ExecutionProperty< | Gets an execution property that returns the source attachment bundle identifier for a given bundle. |
The execution property will load the specified bundle and return an object that provides access to the content descriptor and NestRepositoryBundle instance for the bundle.
null
.Computing the value of the execution property will cause the bundle to be localized if it is not present in the local file system. (E.g. available from a server)
null
.
The execution property will retrieve the bundle information using
BundleStorageView.getBundleInformation(
null
.The execution property will find the bundle for the specified bundle identifier. It uses the root bundle lookup to find the bundle.
The lookup has the same semantics as BundleLookup.lookupBundleInformation(
null
.
The execution property will retrieve the bundle information using
BundleStorageView.getBundleInformation(
null
.