Uses of Class
org.mule.maven.pom.parser.api.model.BundleDescriptor.Builder
Packages that use BundleDescriptor.Builder
-
Uses of BundleDescriptor.Builder in org.mule.maven.pom.parser.api.model
Methods in org.mule.maven.pom.parser.api.model that return BundleDescriptor.BuilderModifier and TypeMethodDescriptionBundleDescriptor.Builder.setArtifactId(String artifactId) BundleDescriptor.Builder.setBaseVersion(String baseVersion) Sets the base version of the bundle, for example "1.0-SNAPSHOT".BundleDescriptor.Builder.setClassifier(String classifier) Sets the classifier of the bundle.BundleDescriptor.Builder.setExclusions(List<ArtifactCoordinates> exclusions) BundleDescriptor.Builder.setGroupId(String groupId) BundleDescriptor.Builder.setOptional(String optional) Sets the optional property of the bundle.BundleDescriptor.Builder.setProperties(Map<String, String> properties) Sets properties for the descriptor to be used by 3rd party.BundleDescriptor.Builder.setSystemPath(String systemPath) Sets the system path of the bundle.Sets the extension type of the bundle.BundleDescriptor.Builder.setVersion(String version) This is the version of the bundle.