Uses of Class
io.quarkiverse.quinoa.deployment.packagemanager.types.PackageManagerType
-
Packages that use PackageManagerType Package Description io.quarkiverse.quinoa.deployment.packagemanager.types -
-
Uses of PackageManagerType in io.quarkiverse.quinoa.deployment.packagemanager.types
Methods in io.quarkiverse.quinoa.deployment.packagemanager.types that return PackageManagerType Modifier and Type Method Description static PackageManagerTypePackageManagerType. detectPackageManagerType(Path directory)static PackageManagerTypePackageManagerType. resolveBinaryType(String binary)static PackageManagerTypePackageManagerType. resolveConfiguredPackageManagerType(String configuredBinary, PackageManagerType detectedType)static PackageManagerTypePackageManagerType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageManagerType[]PackageManagerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkiverse.quinoa.deployment.packagemanager.types with parameters of type PackageManagerType Modifier and Type Method Description static PackageManagerPackageManager. resolve(PackageManagerType type, String binary, PackageManagerCommandConfig packageManagerCommands, List<String> paths)static PackageManagerTypePackageManagerType. resolveConfiguredPackageManagerType(String configuredBinary, PackageManagerType detectedType)
-