Class CompileJSCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class CompileJSCommand
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Field Detail

      • classpath

        protected java.lang.String classpath
      • mainClass

        protected java.lang.String mainClass
      • buildDirectory

        protected java.lang.String buildDirectory
      • optimizationLevel

        protected java.lang.String optimizationLevel
      • additionalClassesToLink

        protected java.lang.String[] additionalClassesToLink
      • additionalResources

        protected java.lang.String[] additionalResources
      • filenamePrefix

        protected java.lang.String filenamePrefix
    • Constructor Detail

      • CompileJSCommand

        public CompileJSCommand()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception