public abstract class PlugGenerateTask
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
resourcesFolder |
| Constructor and Description |
|---|
PlugGenerateTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
java.io.File |
getAtplugInfFolder() |
org.gradle.api.file.FileCollection |
getClassesFolders() |
abstract org.gradle.api.model.ObjectFactory |
getFS() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getJarsToLinkAgainst() |
java.io.File |
getResourcesFolder() |
abstract org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
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, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Inject public abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()
@Inject public abstract org.gradle.api.model.ObjectFactory getFS()
@Classpath @InputFiles public abstract org.gradle.api.file.ConfigurableFileCollection getJarsToLinkAgainst()
@Internal public java.io.File getResourcesFolder()
@OutputDirectory public java.io.File getAtplugInfFolder()
public org.gradle.api.file.FileCollection getClassesFolders()
public void build()
throws java.lang.Throwable
java.lang.Throwable