Package org.biouno.r
Class Messages
java.lang.Object
org.biouno.r.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyR.DisplayName
:Execute R script
.static org.jvnet.localizer.Localizable
KeyR.FileCreationError
:Could not create R script temporary file.
.static org.jvnet.localizer.Localizable
KeyR.FunctionName
:r
.static org.jvnet.localizer.Localizable
KeyR.NullCommandError
:R command can not be null.
.static String
KeyR.DisplayName
:Execute R script
.static String
KeyR.FileCreationError
:Could not create R script temporary file.
.static String
KeyR.FunctionName
:r
.static String
KeyR.NullCommandError
:R command can not be null.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
R_NullCommandError
KeyR.NullCommandError
:R command can not be null.
.- Returns:
R command can not be null.
-
_R_NullCommandError
public static org.jvnet.localizer.Localizable _R_NullCommandError()KeyR.NullCommandError
:R command can not be null.
.- Returns:
R command can not be null.
-
R_DisplayName
KeyR.DisplayName
:Execute R script
.- Returns:
Execute R script
-
_R_DisplayName
public static org.jvnet.localizer.Localizable _R_DisplayName()KeyR.DisplayName
:Execute R script
.- Returns:
Execute R script
-
R_FunctionName
KeyR.FunctionName
:r
.- Returns:
r
-
_R_FunctionName
public static org.jvnet.localizer.Localizable _R_FunctionName()KeyR.FunctionName
:r
.- Returns:
r
-
R_FileCreationError
KeyR.FileCreationError
:Could not create R script temporary file.
.- Returns:
Could not create R script temporary file.
-
_R_FileCreationError
public static org.jvnet.localizer.Localizable _R_FileCreationError()KeyR.FileCreationError
:Could not create R script temporary file.
.- Returns:
Could not create R script temporary file.
-