Class DependencyResolver

java.lang.Object
org.mule.maven.client.maven.context.it.DependencyResolver
All Implemented Interfaces:
AutoCloseable

public class DependencyResolver extends Object implements AutoCloseable
  • Constructor Details

    • DependencyResolver

      public DependencyResolver()
      Create a new instance with a default Maven configuration.
    • DependencyResolver

      public DependencyResolver(String localRepository)
      Create a new instance with a default Maven configuration with the given local repository.
    • DependencyResolver

      public DependencyResolver(MavenConfiguration mavenConfig)
      Create a new instance with the provided Maven configuration.
  • Method Details

    • resolveFor

      public org.mule.maven.pom.parser.api.model.BundleDependency resolveFor(String artifactStr)
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception