Uses of Class
org.nustaq.kontraktor.webapp.npm.JNPM.InstallResult
| Package | Description |
|---|---|
| org.nustaq.kontraktor.webapp.npm |
-
Uses of JNPM.InstallResult in org.nustaq.kontraktor.webapp.npm
Methods in org.nustaq.kontraktor.webapp.npm that return JNPM.InstallResult Modifier and Type Method Description static JNPM.InstallResultJNPM.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.Methods in org.nustaq.kontraktor.webapp.npm that return types with arguments of type JNPM.InstallResult Modifier and Type Method 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)