Interface InstallerPathResolver

All Known Implementing Classes:
LatestInstallerPathResolver

public interface InstallerPathResolver
Contract to resolve parts of an URL path given some specific inputs.
Author:
fcamblor, Nikolas Falco
  • Method Details

    • resolvePathFor

      String resolvePathFor(String version, Platform platform, CPU cpu)
      Resolve the URL path for the given parameters.
      Parameters:
      version - string version of an installable unit
      platform - of the node where this installable is designed
      cpu - of the node where this installable is designed
      Returns:
      the relative path URL for the given specifics