public interface InstallerPathResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
InstallerPathResolver.Factory
Factory that return lookup for an implementation of
InstallerPathResolver. |
| Modifier and Type | Method and Description |
|---|---|
String |
resolvePathFor(String version,
Platform platform,
CPU cpu)
Resolve the URL path for the given parameters.
|
String resolvePathFor(String version, Platform platform, CPU cpu)
version - string version of an installable unitplatform - of the node where this installable is designedcpu - of the node where this installable is designedCopyright © 2016–2018. All rights reserved.