public final class JobEvent extends Object
JobEvent objects are deeply immutable, though they describe a Job that changes.
Modifier and Type | Class and Description |
---|---|
static class |
JobEvent.Builder
Creates a JobEvent.
|
static class |
JobEvent.CompileStrategy
The approach taken to do the compile.
|
static class |
JobEvent.Status
Defines the lifecycle of a job.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> |
getArguments()
The arguments passed to Super Dev Mode at startup, or null if not available.
|
SortedMap<String,String> |
getBindings()
The binding properties sent to the GWT compiler.
|
CompileDir |
getCompileDir()
Returns the directory where the GWT module is being compiled, or null if not available.
|
JobEvent.CompileStrategy |
getCompileStrategy()
Returns the strategy used to perform the compile or null if not available.
|
String |
getInputModuleName()
The module name sent to the GWT compiler to start the compile.
|
String |
getJobId()
The id of the job being compiled.
|
String |
getMessage()
Returns a line of text describing the job's current status.
|
String |
getOutputModuleName()
Returns the module name used for the output of the GWT compiler, or null if not available.
|
JobEvent.Status |
getStatus()
The last reported status of the job.
|
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> |
getTags()
User-defined tags associated with this job.
|
public String getJobId()
public String getInputModuleName()
public SortedMap<String,String> getBindings()
public JobEvent.Status getStatus()
public String getMessage()
public String getOutputModuleName()
public CompileDir getCompileDir()
public JobEvent.CompileStrategy getCompileStrategy()
public com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> getArguments()
public com.google.gwt.thirdparty.guava.common.collect.ImmutableList<String> getTags()
Copyright © 2018. All rights reserved.