Class PolyglotLauncher


public final class PolyglotLauncher extends LanguageLauncherBase
  • Constructor Details

    • PolyglotLauncher

      public PolyglotLauncher()
  • Method Details

    • printHelp

      protected void printHelp(org.graalvm.options.OptionCategory maxCategory)
      Description copied from class: Launcher
      Prints a help message to stdout. This only prints options that belong to categories maxCategory or less.
      Specified by:
      printHelp in class Launcher
      Parameters:
      maxCategory - the maximum category of options that should be printed.
    • collectArguments

      protected void collectArguments(Set<String> args)
      Description copied from class: Launcher
      Add all known arguments to the options list.
      Overrides:
      collectArguments in class LanguageLauncherBase
      Parameters:
      args - list to which valid arguments must be added.
    • printVersion

      protected void printVersion()
      Description copied from class: Launcher
      Prints version information on stdout.
      Specified by:
      printVersion in class Launcher
    • printVersion

      protected void printVersion(org.graalvm.polyglot.Engine engine)
    • main

      public static void main(String[] args)