public class QuarkusModelHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DEVMODE_REQUIRED_TASKS |
| Modifier and Type | Method and Description |
|---|---|
static AppModel |
convert(QuarkusModel model,
AppArtifact appArtifact) |
static void |
exportModel(QuarkusModel model) |
static Path |
getClassPath(WorkspaceModule model) |
static Properties |
resolveDescriptor(Path path) |
static Path |
serializeAppModel(QuarkusModel model) |
static AppDependency |
toAppDependency(Dependency dependency) |
static PathsCollection |
toPathsCollection(Collection<File> files) |
public static final String[] DEVMODE_REQUIRED_TASKS
public static void exportModel(QuarkusModel model) throws AppModelResolverException, IOException
AppModelResolverExceptionIOExceptionpublic static Path serializeAppModel(QuarkusModel model) throws AppModelResolverException, IOException
AppModelResolverExceptionIOExceptionpublic static Path getClassPath(WorkspaceModule model) throws BootstrapGradleException
BootstrapGradleExceptionpublic static AppModel convert(QuarkusModel model, AppArtifact appArtifact) throws AppModelResolverException
AppModelResolverExceptionpublic static AppDependency toAppDependency(Dependency dependency)
public static PathsCollection toPathsCollection(Collection<File> files)
public static Properties resolveDescriptor(Path path)
Copyright © 2020 JBoss by Red Hat. All rights reserved.