| Package | Description |
|---|---|
| com.mulesoft.tools.migration.project.model.pom |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.DependencyBuilder.build()
Builds the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
PomModel.getDependencies()
Retrieves the list of dependencies in the pom model.
|
List<Dependency> |
Plugin.getDependencies()
Retrieves the plugin dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PomModel.addDependency(Dependency dependency)
Adds a dependency to the pom model dependencies list.
|
static void |
PomModelUtils.addSharedLibs(PomModel model,
Dependency... dependencies) |
boolean |
PomModel.removeDependency(Dependency dependency)
Removes a dependency from the pom model dependencies list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PomModel.setDependencies(List<Dependency> dependencies)
Sets the dependencies in the pom model.
|
void |
Plugin.setDependencies(List<Dependency> dependencies)
Sets the plugin dependencies.
|
Plugin.PluginBuilder |
Plugin.PluginBuilder.withDependencies(List<Dependency> dependencies) |
Copyright © 2018 MuleSoft Inc. All rights reserved.