A E F G H I N R S T U W Z 
All Classes All Packages

A

AbstractNodeJsMojo - Class in io.wcm.maven.plugins.nodejs.mojo
Common Node.js Mojo functionality.
AbstractNodeJsMojo() - Constructor for class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
 

E

execute() - Method in class io.wcm.maven.plugins.nodejs_maven_plugin.HelpMojo
execute() - Method in class io.wcm.maven.plugins.nodejs.mojo.NodeJsCompilerMojo
 
execute(NodeInstallationInformation) - Method in class io.wcm.maven.plugins.nodejs.installation.NodeUnarchiveTask
 
execute(NodeInstallationInformation) - Method in class io.wcm.maven.plugins.nodejs.mojo.Task
Executes the Process with commands returned by Task.getCommand(NodeInstallationInformation).

F

forVersion(String, String, File) - Static method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
Creates a NodeInstallationInformation for a specific Node.js and npm version and directory

G

getArchive() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getArguments() - Method in class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
getCommand(NodeInstallationInformation) - Method in class io.wcm.maven.plugins.nodejs.mojo.NodeJsTask
 
getCommand(NodeInstallationInformation) - Method in class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
getCommand(NodeInstallationInformation) - Method in class io.wcm.maven.plugins.nodejs.mojo.Task
 
getLog() - Method in class io.wcm.maven.plugins.nodejs.mojo.Task
 
getNodeExecutable() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNodeJsDependency() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNodeJsInstallPath() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNodeModulesBuiltInRootPath() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNodeModulesRootPath() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNpmDependency() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNpmExecutable() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNpmExecutableBundledWithNodeJs() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
getNpmPrefixPath() - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 

H

HelpMojo - Class in io.wcm.maven.plugins.nodejs_maven_plugin
Display help information on nodejs-maven-plugin.
Call mvn nodejs:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class io.wcm.maven.plugins.nodejs_maven_plugin.HelpMojo
 

I

io.wcm.maven.plugins.nodejs_maven_plugin - package io.wcm.maven.plugins.nodejs_maven_plugin
 
io.wcm.maven.plugins.nodejs.installation - package io.wcm.maven.plugins.nodejs.installation
 
io.wcm.maven.plugins.nodejs.mojo - package io.wcm.maven.plugins.nodejs.mojo
 
isNpmBundledWithNodeJs() - Method in class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
isWorkingDirectoryMandatory() - Method in class io.wcm.maven.plugins.nodejs.mojo.NodeJsTask
 
isWorkingDirectoryMandatory() - Method in class io.wcm.maven.plugins.nodejs.mojo.Task
 

N

NodeInstallationInformation - Class in io.wcm.maven.plugins.nodejs.installation
Holds the general information about the node installation.
NodeInstallationInformation() - Constructor for class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
NodeJsCompilerMojo - Class in io.wcm.maven.plugins.nodejs.mojo
Executes the run goal of the plugin
NodeJsCompilerMojo() - Constructor for class io.wcm.maven.plugins.nodejs.mojo.NodeJsCompilerMojo
 
nodeJsDirectory - Variable in class io.wcm.maven.plugins.nodejs.installation.NodeUnarchiveTask
 
nodeJsDirectory - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
Default location where Node.js will be extracted to and run from
NodeJsPluginException - Exception in io.wcm.maven.plugins.nodejs.mojo
Node.js plugin Exception
NodeJsPluginException(String) - Constructor for exception io.wcm.maven.plugins.nodejs.mojo.NodeJsPluginException
 
NodeJsPluginException(String, Throwable) - Constructor for exception io.wcm.maven.plugins.nodejs.mojo.NodeJsPluginException
Constructor
NodeJsPluginException(Throwable) - Constructor for exception io.wcm.maven.plugins.nodejs.mojo.NodeJsPluginException
Constructor
NodeJsTask - Class in io.wcm.maven.plugins.nodejs.mojo
Wrapper around the execution of a nodejs module.
NodeJsTask() - Constructor for class io.wcm.maven.plugins.nodejs.mojo.NodeJsTask
 
nodeJsVersion - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
Node.js version (minimum version: 6.3.0).
NodeUnarchiveTask - Class in io.wcm.maven.plugins.nodejs.installation
Task to for extracting gzipped tar archives
NodeUnarchiveTask(String) - Constructor for class io.wcm.maven.plugins.nodejs.installation.NodeUnarchiveTask
 
NpmInstallTask - Class in io.wcm.maven.plugins.nodejs.mojo
wrapper around the npm install command
NpmInstallTask() - Constructor for class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
npmVersion - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
NPM version.

R

run() - Method in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
Installs node js if necessary and performs defined tasks

S

setArguments(String[]) - Method in class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
setLog(Log) - Method in class io.wcm.maven.plugins.nodejs.mojo.Task
 
setNpmBundledWithNodeJs(boolean) - Method in class io.wcm.maven.plugins.nodejs.mojo.NpmInstallTask
 
setNpmPrefixPath(String) - Method in class io.wcm.maven.plugins.nodejs.installation.NodeInstallationInformation
 
skip - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
If set to true all Node.js plugin operations are skipped.
stopOnError - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
Stop maven build if error occurs.

T

TarUnArchiver - Class in io.wcm.maven.plugins.nodejs.installation
Wrapper around the commons compress library to decompress the zipped tar archives
TarUnArchiver(File) - Constructor for class io.wcm.maven.plugins.nodejs.installation.TarUnArchiver
 
Task - Class in io.wcm.maven.plugins.nodejs.mojo
General task implementation.
Task() - Constructor for class io.wcm.maven.plugins.nodejs.mojo.Task
 
tasks - Variable in class io.wcm.maven.plugins.nodejs.mojo.AbstractNodeJsMojo
Tasks that should be run on Node.js execution.

U

unarchive(String) - Method in class io.wcm.maven.plugins.nodejs.installation.TarUnArchiver
Unarchives the archive into the base dir
unarchive(String) - Method in class io.wcm.maven.plugins.nodejs.installation.ZipUnArchiver
Unarchives the archive into the base dir

W

workingDirectory - Variable in class io.wcm.maven.plugins.nodejs.mojo.Task
Directory in which the should be executed.

Z

ZipUnArchiver - Class in io.wcm.maven.plugins.nodejs.installation
Wrapper around the commons compress library to decompress the zip archives
ZipUnArchiver(File) - Constructor for class io.wcm.maven.plugins.nodejs.installation.ZipUnArchiver
 
A E F G H I N R S T U W Z 
All Classes All Packages