Class MBatchScripts

java.lang.Object
com.io7m.montarre.nativepack.internal.shell.MBatchScripts

public final class MBatchScripts extends Object
Functions to generate launcher batch scripts.
  • Method Details

    • batchScript

      public static List<String> batchScript(MJavaInfoType javaInfo, MShortName name)
      Generate the lines of a launcher batch script.
      Parameters:
      javaInfo - The Java info
      name - The short name
      Returns:
      The lines
    • batchScriptText

      public static String batchScriptText(MJavaInfoType javaInfo, MShortName name)
      Generate the text of a launcher batch script.
      Parameters:
      javaInfo - The Java info
      name - The short name
      Returns:
      The text