@Singleton public class DefaultGoBinaryManager extends java.lang.Object implements GoBinaryManager
| Constructor and Description |
|---|
DefaultGoBinaryManager(GolangPluginSetting setting,
GlobalCacheManager globalCacheManager,
HttpUtils httpUtils) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBinaryPath() |
java.lang.String |
getGorootEnv() |
java.lang.String |
getGoVersion() |
@Inject public DefaultGoBinaryManager(GolangPluginSetting setting, GlobalCacheManager globalCacheManager, HttpUtils httpUtils)
public java.lang.String getBinaryPath()
getBinaryPath in interface GoBinaryManagerpublic java.lang.String getGorootEnv()
getGorootEnv in interface GoBinaryManagerpublic java.lang.String getGoVersion()
getGoVersion in interface GoBinaryManager