-
- All Implemented Interfaces:
public class NodeExtension.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
NAME
private final String
DEFAULT_NODE_VERSION
private final String
DEFAULT_NPM_VERSION
public final static NodeExtension.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final NodeExtension
get(Project project)
final NodeExtension
create(Project project)
final String
getNAME()
Extension name in Gradle final String
getDEFAULT_NODE_VERSION()
Default version of Node to download if none is set final String
getDEFAULT_NPM_VERSION()
Default version of npm to download if none is set -
-
Method Detail
-
get
final NodeExtension get(Project project)
-
create
final NodeExtension create(Project project)
-
getDEFAULT_NODE_VERSION
final String getDEFAULT_NODE_VERSION()
Default version of Node to download if none is set
-
getDEFAULT_NPM_VERSION
final String getDEFAULT_NPM_VERSION()
Default version of npm to download if none is set
-
-
-
-