Interface RepositoryResolver

All Superinterfaces:
AutoCloseable, org.apache.camel.Service, org.apache.camel.StaticService
All Known Implementing Classes:
DefaultRepositoryResolver

public interface RepositoryResolver extends org.apache.camel.StaticService
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves the maven repository.

    Methods inherited from interface org.apache.camel.Service

    build, close, init, start, stop
  • Method Details

    • resolveRepository

      String resolveRepository(String idOrUrl)
      Resolves the maven repository.
      Parameters:
      idOrUrl - id or url
      Returns:
      url of the maven repository