Uses of Class
io.quarkus.bootstrap.resolver.update.DependenciesOrigin
-
Packages that use DependenciesOrigin Package Description io.quarkus.bootstrap io.quarkus.bootstrap.app io.quarkus.bootstrap.resolver.update -
-
Uses of DependenciesOrigin in io.quarkus.bootstrap
Methods in io.quarkus.bootstrap with parameters of type DependenciesOrigin Modifier and Type Method Description BootstrapAppModelFactoryBootstrapAppModelFactory. setDependenciesOrigin(DependenciesOrigin dependenciesOrigin) -
Uses of DependenciesOrigin in io.quarkus.bootstrap.app
Methods in io.quarkus.bootstrap.app with parameters of type DependenciesOrigin Modifier and Type Method Description QuarkusBootstrap.BuilderQuarkusBootstrap.Builder. setDependenciesOrigin(DependenciesOrigin dependenciesOrigin) -
Uses of DependenciesOrigin in io.quarkus.bootstrap.resolver.update
Methods in io.quarkus.bootstrap.resolver.update that return DependenciesOrigin Modifier and Type Method Description static DependenciesOriginDependenciesOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static DependenciesOrigin[]DependenciesOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.
-