Uses of Interface
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig
-
Packages that use PackageManagerInstallConfig Package Description io.quarkiverse.quinoa.deployment.config io.quarkiverse.quinoa.deployment.config.delegate io.quarkiverse.quinoa.deployment.packagemanager -
-
Uses of PackageManagerInstallConfig in io.quarkiverse.quinoa.deployment.config
Methods in io.quarkiverse.quinoa.deployment.config that return PackageManagerInstallConfig Modifier and Type Method Description PackageManagerInstallConfigQuinoaConfig. packageManagerInstall()Configuration for installing the package manager -
Uses of PackageManagerInstallConfig in io.quarkiverse.quinoa.deployment.config.delegate
Methods in io.quarkiverse.quinoa.deployment.config.delegate that return PackageManagerInstallConfig Modifier and Type Method Description PackageManagerInstallConfigQuinoaConfigDelegate. packageManagerInstall() -
Uses of PackageManagerInstallConfig in io.quarkiverse.quinoa.deployment.packagemanager
Methods in io.quarkiverse.quinoa.deployment.packagemanager with parameters of type PackageManagerInstallConfig Modifier and Type Method Description static PackageManagerInstall.InstallationPackageManagerInstall. install(PackageManagerInstallConfig config, Path projectDir, Path uiDir)
-