Interface GwtDevModeOptions

    • Method Detail

      • getStartServer

        @Optional
        @Input
        Property<java.lang.Boolean> getStartServer()
        Starts a servlet container serving the directory specified by the -war flag. (defaults to ON)
      • getPort

        @Optional
        @Input
        Property<java.lang.Integer> getPort()
        Specifies the TCP port for the embedded web server (defaults to 8888)
      • 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)
      • getCodeServerPort

        @Optional
        @Input
        Property<java.lang.Integer> getCodeServerPort()
        Specifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode)
      • getSuperDevMode

        @Optional
        @Input
        Property<java.lang.Boolean> getSuperDevMode()
        Runs Super Dev Mode instead of classic Development Mode. (defaults to ON)
      • getServer

        @Optional
        @Input
        Property<java.lang.String> getServer()
        Specify a different embedded web server to run (must implement ServletContainerLauncher)
      • getStartupUrl

        @Optional
        @Input
        Property<java.lang.String> getStartupUrl()
        Automatically launches the specified URL
      • getDeploy

        @Optional
        @OutputDirectory
        DirectoryProperty getDeploy()
        The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)
      • getModulePathPrefix

        @Optional
        @Input
        Property<java.lang.String> getModulePathPrefix()
        The subdirectory inside the war dir where DevMode will create module directories. (defaults empty for top level)