Class MShellScripts
java.lang.Object
com.io7m.montarre.nativepack.internal.shell.MShellScripts
Functions to generate launcher shell scripts.
-
Method Summary
Modifier and TypeMethodDescriptionshellScript(MJavaInfoType javaInfo, MShortName name) Generate the lines of a launcher shell script.static StringshellScriptText(MJavaInfoType javaInfo, MShortName name) Generate the text of a launcher shell script.
-
Method Details
-
shellScript
Generate the lines of a launcher shell script.- Parameters:
javaInfo- The Java infoname- The short name- Returns:
- The lines
-
shellScriptText
Generate the text of a launcher shell script.- Parameters:
javaInfo- The Java infoname- The short name- Returns:
- The text
-