Class WebappRunnerResolver
- java.lang.Object
-
- com.heroku.sdk.deploy.lib.resolver.WebappRunnerResolver
-
public class WebappRunnerResolver extends Object
Resolves group id and download URLs for webapp-runner. At one point its group id changed, creating the need to discern which version uses which group id and download URL.
-
-
Constructor Summary
Constructors Constructor Description WebappRunnerResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetGroupIdForVersion(String version)static URIgetUrlForVersion(String version)
-