Class ManagedNodeJs
java.lang.Object
com.brunoritz.gradle.singularnode.ManagedNodeJs
Provides information about the managed tooling installation to the build processs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal FileThe direcotry in which the NodeJS executable binary is stored.final FileThe path to the installed NodeJS executable.final FileThe path to the managed NPM script.final FileThe path to the managed PNPM script.final FileThe path to the managed Yarn script. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodeJsExecutable
The path to the installed NodeJS executable. The path varies depending on the operating system being used. -
npmScript
The path to the managed NPM script. The file being pointed at is the CLI script of PNPM. -
yarnScript
The path to the managed Yarn script. The file being pointed at is the CLI script of Yarn. -
pnpmScript
The path to the managed PNPM script. The file being pointed at is the CLI script of PNPM. -
nodeJsBinDir
The direcotry in which the NodeJS executable binary is stored.
-
-
Constructor Details
-
ManagedNodeJs
-