| Package | Description |
|---|---|
| org.nustaq.kontraktor.webapp.npm |
| Modifier and Type | Method and Description |
|---|---|
static JNPM.InstallResult |
JNPM.InstallResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JNPM.InstallResult[] |
JNPM.InstallResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.nustaq.kontraktor.IPromise<JNPM.InstallResult> |
JNPM.Install(String module,
String versionSpec,
File modulesDir,
JNPMConfig config) |
org.nustaq.kontraktor.IPromise<JNPM.InstallResult> |
JNPM.npmInstall(String module,
String versionSpec,
File importingModuleDir) |
Copyright © 2019. All rights reserved.