public abstract class GenerateHplTask
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TASK_NAME |
| Constructor and Description |
|---|
GenerateHplTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.String> |
getFileName() |
org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> |
getHpl() |
abstract org.gradle.api.file.DirectoryProperty |
getHplDir() |
java.lang.String |
getHplDirPath() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getLibraries() |
abstract org.gradle.api.provider.Property<java.io.File> |
getResourcePath() |
abstract org.gradle.api.file.RegularFileProperty |
getUpstreamManifest() |
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, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects, setLoggerMessageRewriterpublic static final java.lang.String TASK_NAME
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getFileName()
@Internal public abstract org.gradle.api.file.DirectoryProperty getHplDir()
@Input public java.lang.String getHplDirPath()
@Input public abstract org.gradle.api.provider.Property<java.io.File> getResourcePath()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getLibraries()
@InputFiles public abstract org.gradle.api.file.RegularFileProperty getUpstreamManifest()
@OutputFile public org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> getHpl()