Class CompileJSCommand

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

public class CompileJSCommand 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
  • Constructor Details

    • CompileJSCommand

      public CompileJSCommand()
  • Method Details