public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_CouldNotInstallGo(Object arg1)
Could not install Go because {0}
|
static org.jvnet.localizer.Localizable |
_InstallFromWebsite()
Install from golang.org
|
static org.jvnet.localizer.Localizable |
_InstallingGoOnNode(Object arg1,
Object arg2,
Object arg3)
Unpacking Go from {0} to {1} on {2}
|
static org.jvnet.localizer.Localizable |
_NoInstallerForOs(Object arg1,
Object arg2,
Object arg3)
there is no {0} installer for {1} ({2})...
|
static org.jvnet.localizer.Localizable |
_SetUpGoTools()
Set up Go programming language tools
|
static org.jvnet.localizer.Localizable |
_UnrecognisedReleaseId(Object arg1)
Go can not be installed, as ''{0}'' is not a known version
|
static org.jvnet.localizer.Localizable |
_UnsupportedCpuArch(Object arg1)
{0} is not a supported CPU type
|
static org.jvnet.localizer.Localizable |
_UnsupportedOs(Object arg1)
{0} is not a supported OS
|
static String |
CouldNotInstallGo(Object arg1)
Could not install Go because {0}
|
static String |
InstallFromWebsite()
Install from golang.org
|
static String |
InstallingGoOnNode(Object arg1,
Object arg2,
Object arg3)
Unpacking Go from {0} to {1} on {2}
|
static String |
NoInstallerForOs(Object arg1,
Object arg2,
Object arg3)
there is no {0} installer for {1} ({2})...
|
static String |
SetUpGoTools()
Set up Go programming language tools
|
static String |
UnrecognisedReleaseId(Object arg1)
Go can not be installed, as ''{0}'' is not a known version
|
static String |
UnsupportedCpuArch(Object arg1)
{0} is not a supported CPU type
|
static String |
UnsupportedOs(Object arg1)
{0} is not a supported OS
|
public static String CouldNotInstallGo(Object arg1)
public static org.jvnet.localizer.Localizable _CouldNotInstallGo(Object arg1)
public static String UnrecognisedReleaseId(Object arg1)
public static org.jvnet.localizer.Localizable _UnrecognisedReleaseId(Object arg1)
public static String UnsupportedCpuArch(Object arg1)
public static org.jvnet.localizer.Localizable _UnsupportedCpuArch(Object arg1)
public static org.jvnet.localizer.Localizable _UnsupportedOs(Object arg1)
public static String NoInstallerForOs(Object arg1, Object arg2, Object arg3)
public static org.jvnet.localizer.Localizable _NoInstallerForOs(Object arg1, Object arg2, Object arg3)
public static String InstallingGoOnNode(Object arg1, Object arg2, Object arg3)
public static org.jvnet.localizer.Localizable _InstallingGoOnNode(Object arg1, Object arg2, Object arg3)
public static String InstallFromWebsite()
public static org.jvnet.localizer.Localizable _InstallFromWebsite()
public static String SetUpGoTools()
public static org.jvnet.localizer.Localizable _SetUpGoTools()
Copyright © 2004-2014. All Rights Reserved.