Uses of Class
io.quarkus.devtools.testing.WrapperRunner.Wrapper
-
Packages that use WrapperRunner.Wrapper Package Description io.quarkus.devtools.testing -
-
Uses of WrapperRunner.Wrapper in io.quarkus.devtools.testing
Methods in io.quarkus.devtools.testing that return WrapperRunner.Wrapper Modifier and Type Method Description static WrapperRunner.WrapperWrapperRunner.Wrapper. detect(Path projectDir)static WrapperRunner.WrapperWrapperRunner.Wrapper. fromBuildtool(String buildtool)static WrapperRunner.WrapperWrapperRunner.Wrapper. valueOf(String name)Returns the enum constant of this type with the specified name.static WrapperRunner.Wrapper[]WrapperRunner.Wrapper. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.devtools.testing with parameters of type WrapperRunner.Wrapper Modifier and Type Method Description static intWrapperRunner. run(Path projectDir, WrapperRunner.Wrapper wrapper)
-