Uses of Enum Class
org.nustaq.kontraktor.webapp.npm.JNPM.InstallResult
Packages that use JNPM.InstallResult
-
Uses of JNPM.InstallResult in org.nustaq.kontraktor.webapp.npm
Methods in org.nustaq.kontraktor.webapp.npm that return JNPM.InstallResultModifier and TypeMethodDescriptionstatic JNPM.InstallResultReturns the enum constant of this class with the specified name.static JNPM.InstallResult[]JNPM.InstallResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nustaq.kontraktor.webapp.npm that return types with arguments of type JNPM.InstallResultModifier and TypeMethodDescriptionstatic 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)