Class CompileWasmCommand

java.lang.Object
de.mirkosertic.bytecoder.cli.CompileWasmCommand
All Implemented Interfaces:
Callable<Integer>

public class CompileWasmCommand extends Object implements Callable<Integer>
  • Field Details

    • parent

    • classpath

      protected String classpath
    • mainClass

      protected String mainClass
    • buildDirectory

      protected String buildDirectory
    • optimizationLevel

      protected String optimizationLevel
    • additionalResources

      protected String[] additionalResources
    • filenamePrefix

      protected String filenamePrefix
    • debugoutput

      protected boolean debugoutput
  • Constructor Details

    • CompileWasmCommand

      public CompileWasmCommand()
  • Method Details