public class ArtifactUtils extends Object
| Constructor and Description |
|---|
ArtifactUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateArtifactName(BundleDescriptor bundleDescriptor)
Given a
BundleDescriptor for a deployable artifact, it generates the artifact name. |
public static String generateArtifactName(BundleDescriptor bundleDescriptor)
BundleDescriptor for a deployable artifact, it generates the artifact name.
The artifact name will be unique for the each kind of artifact.
The artifact name gets resolved based on the version of the artifact. BundleDescriptors that only differ on the patch
version will generate the same artifact name.bundleDescriptor - the bundle descriptor of the deployable archiveCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.