|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.DefaultTask
com.moowork.gradle.node.task.SetupTask
class SetupTask extends DefaultTask
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
protected NodeExtension |
ext
|
protected Variant |
variant
|
| Constructor Summary | |
SetupTask()
|
|
| Method Summary | |
|---|---|
void
|
exec()
|
java.util.Set
|
getDependencies()
|
java.io.File
|
getNodeDir()
|
protected java.io.File
|
getNodeExeFile()
|
protected java.io.File
|
getNodeTarGzFile()
|
| Field Detail |
|---|
public static final java.lang.String NAME
protected NodeExtension ext
protected Variant variant
| Constructor Detail |
|---|
SetupTask()
| Method Detail |
|---|
@TaskAction void exec()
@InputFiles java.util.Set getDependencies()
@OutputDirectory java.io.File getNodeDir()
protected java.io.File getNodeExeFile()
protected java.io.File getNodeTarGzFile()
Groovy Documentation