public abstract class LocalizationTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
LocalizationTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.ConfigurableFileCollection |
getLocalizerClasspath() |
abstract org.gradle.api.provider.Property<java.io.File> |
getOutputDir() |
abstract org.gradle.api.provider.SetProperty<java.io.File> |
getSourceRoots() |
abstract org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSetFactory, getSource, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects, setLoggerMessageRewriter@InputFiles public abstract org.gradle.api.file.ConfigurableFileCollection getLocalizerClasspath()
@InputFiles public abstract org.gradle.api.provider.SetProperty<java.io.File> getSourceRoots()
@OutputDirectory public abstract org.gradle.api.provider.Property<java.io.File> getOutputDir()
@Inject public abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()