Class GwtDevModeConfig

java.lang.Object
org.docstr.gwt.GwtDevModeConfig
All Implemented Interfaces:
org.gradle.api.Action<GwtDevModeTask>

public class GwtDevModeConfig extends Object implements org.gradle.api.Action<GwtDevModeTask>
Configures the GWT dev mode task.
  • Constructor Details

    • GwtDevModeConfig

      public GwtDevModeConfig(GwtPluginExtension extension)
      Constructor.
      Parameters:
      extension - The GWT plugin extension
  • Method Details