public static class BundleDescriptor.Builder extends Object
BundleDescriptor| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
build() |
BundleDescriptor.Builder |
setArtifactId(String artifactId) |
BundleDescriptor.Builder |
setClassifier(String classifier)
Sets the classifier of the bundle.
|
BundleDescriptor.Builder |
setGroupId(String groupId) |
BundleDescriptor.Builder |
setType(String type)
Sets the extension type of the bundle.
|
BundleDescriptor.Builder |
setVersion(String version)
This is the version of the bundle.
|
public BundleDescriptor.Builder setGroupId(String groupId)
groupId - the group id of the bundle. Cannot be null or empty.public BundleDescriptor.Builder setArtifactId(String artifactId)
artifactId - the artifactId id of the bundle. Cannot be null or empty.public BundleDescriptor.Builder setVersion(String version)
version - the version of the bundle. Cannot be null or empty.public BundleDescriptor.Builder setType(String type)
type - the type id of the bundle. Cannot be null or empty.public BundleDescriptor.Builder setClassifier(String classifier)
classifier - classifier of the bundle. Can by nullpublic BundleDescriptor build()
BundleDescriptor with the previous provided parameters to the builder.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.