Class ResourceGenerationTask
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- edu.wpi.first.nativeutils.resources.ResourceGenerationTask
-
- All Implemented Interfaces:
java.lang.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 ResourceGenerationTask extends org.gradle.api.DefaultTask
-
-
Constructor Summary
Constructors Constructor Description ResourceGenerationTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute(org.gradle.work.InputChanges changes)abstract org.gradle.api.provider.Property<java.lang.String>getNamespace()abstract org.gradle.api.file.DirectoryPropertygetOutputDirectory()abstract org.gradle.api.provider.Property<java.lang.String>getPrefix()org.gradle.api.file.ConfigurableFileCollectiongetSource()abstract org.gradle.workers.WorkerExecutorgetWorkerExecutor()-
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
-
Methods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects
-
-
-
-
Method Detail
-
getOutputDirectory
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDirectory()
-
getPrefix
@Internal public abstract org.gradle.api.provider.Property<java.lang.String> getPrefix()
-
getNamespace
@Internal public abstract org.gradle.api.provider.Property<java.lang.String> getNamespace()
-
getWorkerExecutor
@Inject public abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()
-
getSource
@SkipWhenEmpty @InputFiles @IgnoreEmptyDirectories @PathSensitive(RELATIVE) public org.gradle.api.file.ConfigurableFileCollection getSource()
-
execute
public void execute(org.gradle.work.InputChanges changes)
-
-