public class GwtEclipseOptions extends Object
GwtEclipsePlugin
.Constructor and Description |
---|
GwtEclipseOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAddGwtContainer() |
void |
setAddGwtContainer(boolean addGwtContainer)
Sets if the
com.google.gwt.eclipse.core.GWT_CONTAINER should be added to the eclipse classpath instead of using the Gradle dependencies. |
public boolean isAddGwtContainer()
public void setAddGwtContainer(boolean addGwtContainer)
com.google.gwt.eclipse.core.GWT_CONTAINER
should be added to the eclipse classpath instead of using the Gradle dependencies.addGwtContainer
- true to use the GWT_CONTAINER, false to use the dependencies defined by Gradle