Package io.quarkus.devtools.testing
Class WrapperRunner
- java.lang.Object
-
- io.quarkus.devtools.testing.WrapperRunner
-
public final class WrapperRunner extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWrapperRunner.Wrapper
-
Constructor Summary
Constructors Constructor Description WrapperRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intrun(Path projectDir)static intrun(Path projectDir, WrapperRunner.Wrapper wrapper)
-
-
-
Method Detail
-
run
public static int run(Path projectDir)
-
run
public static int run(Path projectDir, WrapperRunner.Wrapper wrapper)
-
-