@CacheableTask
public abstract class MergeServiceFiles
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
MergeServiceFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract org.gradle.api.internal.file.FileOperations |
getFileOperations() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getInputFiles() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDirectory() |
compareTo, 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, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@InputFiles @PathSensitive(value=RELATIVE) public abstract org.gradle.api.file.ConfigurableFileCollection getInputFiles()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDirectory()
@Inject protected abstract org.gradle.api.internal.file.FileOperations getFileOperations()
public void execute()