@Accessors
public abstract class AbstractXtendOptions
extends org.gradle.api.tasks.compile.AbstractOptions
| Constructor and Description |
|---|
AbstractXtendOptions() |
| Modifier and Type | Method and Description |
|---|---|
GeneratedAnnotationOptions |
getGeneratedAnnotation() |
boolean |
isAddSuppressWarnings() |
boolean |
isHideSyntheticVariables() |
boolean |
isXtendAsPrimaryDebugSource() |
void |
setAddSuppressWarnings(boolean addSuppressWarnings) |
void |
setGeneratedAnnotation(GeneratedAnnotationOptions generatedAnnotation) |
void |
setHideSyntheticVariables(boolean hideSyntheticVariables) |
void |
setXtendAsPrimaryDebugSource(boolean xtendAsPrimaryDebugSource) |
@Pure public boolean isHideSyntheticVariables()
public void setHideSyntheticVariables(boolean hideSyntheticVariables)
@Pure public boolean isXtendAsPrimaryDebugSource()
public void setXtendAsPrimaryDebugSource(boolean xtendAsPrimaryDebugSource)
@Pure public boolean isAddSuppressWarnings()
public void setAddSuppressWarnings(boolean addSuppressWarnings)
@Pure public GeneratedAnnotationOptions getGeneratedAnnotation()
public void setGeneratedAnnotation(GeneratedAnnotationOptions generatedAnnotation)