Package ca.stellardrift.build.fabric
Class MigrateMappingsInPlace
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- ca.stellardrift.build.fabric.MigrateMappingsInPlace
-
- All Implemented Interfaces:
Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
public abstract class MigrateMappingsInPlace extends org.gradle.api.DefaultTask
-
-
Constructor Summary
Constructors Constructor Description MigrateMappingsInPlace()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.gradle.api.file.ConfigurableFileCollectiongetDirectoryMappings()Collection of files with lines which are each: <original>\t<remapped> in absolute pathsprotected abstract org.gradle.api.file.FileSystemOperationsgetFileOps()voidrestoreInPlace()-
Methods inherited from class org.gradle.api.DefaultTask
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, usesService
-
Methods inherited from class org.gradle.api.internal.AbstractTask
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects
-
-
-
-
Method Detail
-
getDirectoryMappings
@InputFiles public abstract org.gradle.api.file.ConfigurableFileCollection getDirectoryMappings()
Collection of files with lines which are each: <original>\t<remapped> in absolute paths- Returns:
- directory mappings
-
getFileOps
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileOps()
-
restoreInPlace
public void restoreInPlace()
-
-