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.LocalizableKeyR.DisplayName:Execute R script.static org.jvnet.localizer.LocalizableKeyR.FileCreationError:Could not create R script temporary file..static org.jvnet.localizer.LocalizableKeyR.FunctionName:r.static org.jvnet.localizer.LocalizableKeyR.NullCommandError:R command can not be null..static StringKeyR.DisplayName:Execute R script.static StringKeyR.FileCreationError:Could not create R script temporary file..static StringKeyR.FunctionName:r.static StringKeyR.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.
-