public class BuildToolHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildToolHelper.BuildTool |
| Modifier and Type | Method and Description |
|---|---|
static QuarkusModel |
enableGradleAppModel(Path projectRoot,
String mode) |
static QuarkusModel |
enableGradleAppModelForDevMode(Path projectRoot) |
static Path |
getBuildFile(Path project,
BuildToolHelper.BuildTool tool) |
static boolean |
isMavenProject(Path project) |
public static boolean isMavenProject(Path project)
public static Path getBuildFile(Path project, BuildToolHelper.BuildTool tool)
public static QuarkusModel enableGradleAppModel(Path projectRoot, String mode) throws IOException, AppModelResolverException
IOExceptionAppModelResolverExceptionpublic static QuarkusModel enableGradleAppModelForDevMode(Path projectRoot) throws IOException, AppModelResolverException
IOExceptionAppModelResolverExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.