Class DependencyResolver
java.lang.Object
org.mule.maven.client.maven.context.it.DependencyResolver
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance with a default Maven configuration.DependencyResolver(String localRepository) Create a new instance with a default Maven configuration with the given local repository.DependencyResolver(MavenConfiguration mavenConfig) Create a new instance with the provided Maven configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.mule.maven.pom.parser.api.model.BundleDependencyresolveFor(String artifactStr)
-
Constructor Details
-
DependencyResolver
public DependencyResolver()Create a new instance with a default Maven configuration. -
DependencyResolver
Create a new instance with a default Maven configuration with the given local repository. -
DependencyResolver
Create a new instance with the provided Maven configuration.
-
-
Method Details
-
resolveFor
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-