Uses of Class
io.quarkus.bootstrap.model.AppDependency
-
Packages that use AppDependency Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver -
-
Uses of AppDependency in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return types with arguments of type AppDependency Modifier and Type Method Description List<AppDependency>AppModel. getDeploymentDependencies()Deprecated.List<AppDependency>AppModel. getFullDeploymentDeps()List<AppDependency>AppModel. getUserDependencies()Dependencies that the user has added that have nothing to do with Quarkus (3rd party libs, additional modules etc)Methods in io.quarkus.bootstrap.model with parameters of type AppDependency Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addDeploymentDep(AppDependency dep)AppModel.BuilderAppModel.Builder. addFullDeploymentDep(AppDependency dep)AppModel.BuilderAppModel.Builder. addRuntimeDep(AppDependency dep)Method parameters in io.quarkus.bootstrap.model with type arguments of type AppDependency Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addDeploymentDeps(List<AppDependency> deps)AppModel.BuilderAppModel.Builder. addFullDeploymentDeps(List<AppDependency> deps)AppModel.BuilderAppModel.Builder. addRuntimeDeps(List<AppDependency> deps) -
Uses of AppDependency in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver that return types with arguments of type AppDependency Modifier and Type Method Description default List<AppDependency>AppModelResolver. resolveUserDependencies(AppArtifact artifact)Resolve application direct and transitive dependencies configured by the user.List<AppDependency>AppModelResolver. resolveUserDependencies(AppArtifact artifact, List<AppDependency> deps)Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies.Method parameters in io.quarkus.bootstrap.resolver with type arguments of type AppDependency Modifier and Type Method Description AppModelAppModelResolver. resolveManagedModel(AppArtifact appArtifact, List<AppDependency> directDeps, AppArtifact managingProject, Set<AppArtifactKey> localProjects)AppModelAppModelResolver. resolveModel(AppArtifact root, List<AppDependency> deps)Resolve artifact dependencies given the specific versions of the direct dependenciesList<AppDependency>AppModelResolver. resolveUserDependencies(AppArtifact artifact, List<AppDependency> deps)Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies.
-