public class ApolloClassGenTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
ApolloClassGenTask() |
| Modifier and Type | Method and Description |
|---|---|
ApolloExtension |
getApolloExtension() |
com.apollographql.apollo.compiler.NullableValueType |
getNullableValueType() |
File |
getOutputDir() |
String |
getVariant() |
void |
init(String variant,
ApolloExtension apolloExtension) |
void |
setApolloExtension(ApolloExtension apolloExtension) |
void |
setNullableValueType(com.apollographql.apollo.compiler.NullableValueType nullableValueType) |
void |
setOutputDir(File outputDir) |
void |
setVariant(String variant) |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSetFactory, getSource, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void init(String variant, ApolloExtension apolloExtension)
public String getVariant()
public void setVariant(String variant)
public File getOutputDir()
public void setOutputDir(File outputDir)
public com.apollographql.apollo.compiler.NullableValueType getNullableValueType()
public void setNullableValueType(com.apollographql.apollo.compiler.NullableValueType nullableValueType)
public ApolloExtension getApolloExtension()
public void setApolloExtension(ApolloExtension apolloExtension)
Copyright © 2018. All rights reserved.