Interface GwtCodeServerOptions

    • Method Detail

      • getAllowMissingSrc

        @Optional
        @Input
        Property<java.lang.Boolean> getAllowMissingSrc()
        Allows -src flags to reference missing directories. (defaults to OFF)
      • getCompileTest

        @Optional
        @Input
        Property<java.lang.Boolean> getCompileTest()
        Exits after compiling the modules. The exit code will be 0 if the compile succeeded. (defaults to OFF)
      • getCompileTestRecompiles

        @Optional
        @Input
        Property<java.lang.Integer> getCompileTestRecompiles()
        The number of times to recompile (after the first one) during a compile test.
      • getBindAddress

        @Optional
        @Input
        Property<java.lang.String> getBindAddress()
        Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
      • getXclosureFormattedOutput

        @Optional
        @Input
        Property<java.lang.Boolean> getXclosureFormattedOutput()
        EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)