Class MBatchScripts
java.lang.Object
com.io7m.montarre.nativepack.internal.shell.MBatchScripts
-
Method Summary
Modifier and TypeMethodDescriptionbatchScript(MJavaInfoType javaInfo, MShortName name) Generate the lines of a launcher batch script.static StringbatchScriptText(MJavaInfoType javaInfo, MShortName name) Generate the text of a launcher batch script.
-
Method Details
-
batchScript
Generate the lines of a launcher batch script.- Parameters:
javaInfo- The Java infoname- The short name- Returns:
- The lines
-
batchScriptText
Generate the text of a launcher batch script.- Parameters:
javaInfo- The Java infoname- The short name- Returns:
- The text
-