-
- All Implemented Interfaces:
public class NodeExtension.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringNAMEprivate final StringDEFAULT_NODE_VERSIONprivate final StringDEFAULT_NPM_VERSIONpublic final static NodeExtension.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final NodeExtensionget(Project project)final NodeExtensioncreate(Project project)final StringgetNAME()Extension name in Gradle final StringgetDEFAULT_NODE_VERSION()Default version of Node to download if none is set final StringgetDEFAULT_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
-
-
-
-