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 ApplicationModelConstructors 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) Methods in io.quarkus.bootstrap.util with parameters of type ApplicationModelModifier and TypeMethodDescriptionstatic voidBootstrapUtils.exportModel(ApplicationModel model, boolean test) static PathBootstrapUtils.serializeAppModel(ApplicationModel model, boolean test) static voidBootstrapUtils.serializeAppModel(ApplicationModel model, Path serializedModel) static PathBootstrapUtils.serializeQuarkusModel(ApplicationModel model)