public class LatestInstallerPathResolver extends Object implements InstallerPathResolver
InstallerPathResolver.Factory| Constructor and Description |
|---|
LatestInstallerPathResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMSI(String version) |
String |
resolvePathFor(String version,
Platform platform,
CPU cpu)
Resolve the URL path for the given parameters.
|
public String resolvePathFor(String version, Platform platform, CPU cpu)
InstallerPathResolverresolvePathFor in interface InstallerPathResolverversion - string version of an installable unitplatform - of the node where this installable is designedcpu - of the node where this installable is designedpublic boolean isMSI(String version)
Copyright © 2016–2017. All rights reserved.