Uses of Interface
io.quarkus.bootstrap.model.ApplicationModel
Packages that use ApplicationModel
Package
Description
-
Uses of ApplicationModel in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ApplicationModelMethods in io.quarkus.bootstrap.model that return ApplicationModelModifier and TypeMethodDescriptionstatic ApplicationModelInitializes anApplicationModelfrom aMap.MutableJarApplicationModel.getAppModel(Path root) Constructors in io.quarkus.bootstrap.model with parameters of type ApplicationModelModifierConstructorDescriptionMutableJarApplicationModel(String baseName, Map<ArtifactKey, List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath) -
Uses of ApplicationModel in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver that return ApplicationModelModifier and TypeMethodDescriptionAppModelResolver.resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects) AppModelResolver.resolveModel(ArtifactCoords artifact) Resolve dependencies that are required at runtime, excluding test and optional dependencies.AppModelResolver.resolveModel(ArtifactCoords root, Collection<Dependency> deps) Resolve artifact dependencies given the specific versions of the direct dependencies -
Uses of ApplicationModel in io.quarkus.bootstrap.util
Methods in io.quarkus.bootstrap.util that return ApplicationModelModifier and TypeMethodDescriptionstatic ApplicationModelBootstrapUtils.deserializeQuarkusModel(Path modelPath) Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methodsstatic ApplicationModelBootstrapUtils.readAppModelWithWorkspaceId(Path file, int workspaceId) Deprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor of ApplicationModelSerializer methodsMethods in io.quarkus.bootstrap.util with parameters of type ApplicationModelModifier and TypeMethodDescriptionstatic voidBootstrapUtils.exportModel(ApplicationModel model, boolean test) Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methodsstatic PathBootstrapUtils.serializeAppModel(ApplicationModel model, boolean test) Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methodsstatic voidBootstrapUtils.serializeAppModel(ApplicationModel model, Path serializedModel) Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methodsstatic PathBootstrapUtils.serializeQuarkusModel(ApplicationModel model) Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methodsstatic voidBootstrapUtils.writeAppModelWithWorkspaceId(ApplicationModel appModel, int workspaceId, Path file) Deprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor of ApplicationModelSerializer methods -
Uses of ApplicationModel in io.quarkus.sbom
Methods in io.quarkus.sbom with parameters of type ApplicationModelModifier and TypeMethodDescriptionApplicationManifestConfig.Builder.setApplicationModel(ApplicationModel model)