Uses of Interface
io.quarkus.bootstrap.model.ApplicationModel
-
Packages that use ApplicationModel Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver io.quarkus.bootstrap.util -
-
Uses of ApplicationModel in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ApplicationModel Modifier and Type Class Description classAppModelDeprecated.in favor ofApplicationModelclassDefaultApplicationModelMethods in io.quarkus.bootstrap.model that return ApplicationModel Modifier and Type Method Description ApplicationModelMutableJarApplicationModel. getAppModel(Path root)Constructors in io.quarkus.bootstrap.model with parameters of type ApplicationModel Constructor Description MutableJarApplicationModel(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 ApplicationModel Modifier and Type Method Description ApplicationModelAppModelResolver. resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects)ApplicationModelAppModelResolver. resolveModel(ArtifactCoords artifact)Resolve dependencies that are required at runtime, excluding test and optional dependencies.ApplicationModelAppModelResolver. 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 ApplicationModel Modifier and Type Method Description static ApplicationModelBootstrapUtils. deserializeQuarkusModel(Path modelPath)Methods in io.quarkus.bootstrap.util with parameters of type ApplicationModel Modifier and Type Method Description static AppModelBootstrapUtils. convert(ApplicationModel appModel)static 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)
-