Java com.google.gwt.eclipse.core.compile GWTCompileSettings fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.eclipse.core.compile GWTCompileSettings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.eclipse.core.compile GWTCompileSettings.

The text is from its open source code.

Constructor

Method

ListgetEntryPointModules()
StringgetLogLevel()
StringgetOutputStyle()
StringgetVmArgs()
voidsetEntryPointModules(List entryPointModules)
Entry point modules for compilation are not persisted; we simply default to using the project's defined entry point modules instead.
voidsetExtraArgs(String args)
voidsetLogLevel(String logLevel)
voidsetOutputStyle(String outputStyle)
voidsetVmArgs(String vmArgs)