Skip navigation links
E I N W Y 

E

execute(String, String...) - Method in class io.jooby.node.NodeModule
Execute a node task (without blocking the caller thread).
execute(String, String...) - Method in interface io.jooby.node.NodeTask
Execute a node task (without blocking the caller thread).
executeOnce(String, String...) - Method in class io.jooby.node.NodeModule
Run a task once per JVM instance.
executeOnce(String, String...) - Method in interface io.jooby.node.NodeTask
Run a task once per JVM instance.

I

install(Jooby) - Method in class io.jooby.node.NodeModule
 
installDirectory(Path) - Method in class io.jooby.node.NodeModule
Set install directory where to save the node executable (node/node).
io.jooby.node - package io.jooby.node
 

N

NodeModule - Class in io.jooby.node
Base class for Npm and Yarn installer.
NodeTask - Interface in io.jooby.node
Node task executor.
NpmModule - Class in io.jooby.node
Execute npm on application startup.
NpmModule(String, String) - Constructor for class io.jooby.node.NpmModule
Creates a new Npm module.
NpmModule(String) - Constructor for class io.jooby.node.NpmModule
Creates a new Npm module.

W

workDirectory(Path) - Method in class io.jooby.node.NodeModule
Set working directory (location of package.json).

Y

YarnModule - Class in io.jooby.node
Execute yarn on application startup.
YarnModule(String, String) - Constructor for class io.jooby.node.YarnModule
Creates a new Yarn module.
E I N W Y 
Skip navigation links

Copyright © 2023. All rights reserved.