Uses of Class
io.quarkus.bootstrap.model.AppModel
-
Packages that use AppModel Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver -
-
Uses of AppModel in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return AppModel Modifier and Type Method Description AppModelAppModel.Builder. build()AppModelPersistentAppModel. getAppModel(Path root)Constructors in io.quarkus.bootstrap.model with parameters of type AppModel Constructor Description PersistentAppModel(String baseName, Map<AppArtifactKey,List<String>> paths, AppModel appModel, String userProvidersDirectory, String appArchivePath) -
Uses of AppModel in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver that return AppModel Modifier and Type Method Description AppModelAppModelResolver. resolveManagedModel(AppArtifact appArtifact, List<AppDependency> directDeps, AppArtifact managingProject, Set<AppArtifactKey> localProjects)AppModelAppModelResolver. resolveModel(AppArtifact artifact)Resolve dependencies that are required at runtime, excluding test and optional dependencies.AppModelAppModelResolver. resolveModel(AppArtifact root, List<AppDependency> deps)Resolve artifact dependencies given the specific versions of the direct dependencies
-