Uses of Class
io.quarkus.bootstrap.app.QuarkusBootstrap.Mode
-
Packages that use QuarkusBootstrap.Mode Package Description io.quarkus.bootstrap.app -
-
Uses of QuarkusBootstrap.Mode in io.quarkus.bootstrap.app
Methods in io.quarkus.bootstrap.app that return QuarkusBootstrap.Mode Modifier and Type Method Description QuarkusBootstrap.ModeQuarkusBootstrap. getMode()static QuarkusBootstrap.ModeQuarkusBootstrap.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static QuarkusBootstrap.Mode[]QuarkusBootstrap.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.bootstrap.app with parameters of type QuarkusBootstrap.Mode Modifier and Type Method Description static StringBootstrapProfile. getActiveProfile(QuarkusBootstrap.Mode mode)ConfiguredClassLoading.BuilderConfiguredClassLoading.Builder. setMode(QuarkusBootstrap.Mode mode)QuarkusBootstrap.BuilderQuarkusBootstrap.Builder. setMode(QuarkusBootstrap.Mode mode)
-