public class QuarkusModelHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DEVMODE_REQUIRED_TASKS |
static List<String> |
ENABLE_JAR_PACKAGING |
static String |
SERIALIZED_QUARKUS_MODEL |
static String[] |
TEST_REQUIRED_TASKS |
| Modifier and Type | Method and Description |
|---|---|
static AppModel |
convert(QuarkusModel model,
AppArtifact appArtifact) |
static QuarkusModel |
deserializeQuarkusModel(Path modelPath) |
static void |
exportModel(QuarkusModel model) |
static Path |
getClassPath(WorkspaceModule model) |
static Properties |
resolveDescriptor(Path path) |
static Path |
serializeAppModel(QuarkusModel model) |
static Path |
serializeQuarkusModel(QuarkusModel model) |
static AppDependency |
toAppDependency(Dependency dependency) |
static PathsCollection |
toPathsCollection(Collection<File> files) |
public static final String SERIALIZED_QUARKUS_MODEL
public static final String[] DEVMODE_REQUIRED_TASKS
public static final String[] TEST_REQUIRED_TASKS
public static void exportModel(QuarkusModel model) throws AppModelResolverException, IOException
AppModelResolverExceptionIOExceptionpublic static Path serializeAppModel(QuarkusModel model) throws AppModelResolverException, IOException
AppModelResolverExceptionIOExceptionpublic static Path serializeQuarkusModel(QuarkusModel model) throws IOException
IOExceptionpublic static QuarkusModel deserializeQuarkusModel(Path modelPath) throws BootstrapGradleException
BootstrapGradleExceptionpublic 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 © 2021 JBoss by Red Hat. All rights reserved.