public class TaskExtract
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
TaskExtract(org.gradle.api.Project project,
java.io.File inputFile,
java.io.File outputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
extract() |
java.lang.String |
getDoneFilename() |
java.io.File |
getInputFile() |
org.gradle.api.file.RegularFileProperty |
getOutputDirectory() |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject
public TaskExtract(org.gradle.api.Project project,
java.io.File inputFile,
java.io.File outputDirectory)
@Input public java.io.File getInputFile()
@OutputFile public java.lang.String getDoneFilename()
@OutputDirectory public org.gradle.api.file.RegularFileProperty getOutputDirectory()
public void extract()
throws java.io.IOException
java.io.IOException