Uses of Class
org.mule.maven.pom.parser.api.model.BundleDependency
Packages that use BundleDependency
-
Uses of BundleDependency in org.mule.maven.pom.parser.api
Methods in org.mule.maven.pom.parser.api that return types with arguments of type BundleDependencyModifier and TypeMethodDescriptionMavenPomParser.getDependencies()Gets the declared dependencies in the pom. -
Uses of BundleDependency in org.mule.maven.pom.parser.api.model
Methods in org.mule.maven.pom.parser.api.model that return BundleDependencyMethods in org.mule.maven.pom.parser.api.model that return types with arguments of type BundleDependencyMethods in org.mule.maven.pom.parser.api.model with parameters of type BundleDependencyModifier and TypeMethodDescriptionvoidMavenModelBuilder.addDependency(BundleDependency bundleDependency) Adds a new dependency to the application by locating the dependency and it's pom into the application repository and also updating the pom file with the new dependency.MavenModelBuilder.MavenProfileBuilder.addDependency(BundleDependency bundleDependency) Adds a new dependency to the profileBundleDependency.Builder.addTransitiveDependency(BundleDependency bundleDependency)