Interface MavenReactorResolver


public interface MavenReactorResolver
Manages a repository backed by the client.
Since:
1.1
  • Method Details

    • findArtifact

      File findArtifact(BundleDescriptor bundleDescriptor)
      Locates the specified bundle descriptor in the reactor.
      Parameters:
      bundleDescriptor - The bundleDescriptor to locate, must not be null.
      Returns:
      The path to the bundleDescriptor or null if the bundleDescriptor is not available.
    • findVersions

      List<String> findVersions(BundleDescriptor bundleDescriptor)
      Determines all available versions of the specified bundleDescriptor.
      Parameters:
      bundleDescriptor - The bundleDescriptor whose versions should be listed, must not be null.
      Returns:
      The available versions of the bundleDescriptor, must not be null.