Uses of Interface
io.quarkus.maven.dependency.ResolvedDependency
Packages that use ResolvedDependency
Package
Description
-
Uses of ResolvedDependency in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ResolvedDependencyModifier and TypeClassDescriptionclassRepresents an application (or its dependency) artifact.classMethods in io.quarkus.bootstrap.model that return ResolvedDependencyModifier and TypeMethodDescriptionApplicationModel.getAppArtifact()Main application artifactDefaultApplicationModel.getAppArtifact()Methods in io.quarkus.bootstrap.model that return types with arguments of type ResolvedDependencyModifier and TypeMethodDescriptionApplicationModel.getDependencies()Returns application dependencies that are included into the runtime and augmentation (Quarkus build time) classpath.ApplicationModel.getDependencies(int flags) Returns application dependencies with the requested flags set.DefaultApplicationModel.getDependencies()DefaultApplicationModel.getDependencies(int flags) ApplicationModel.getDependenciesWithAnyFlag(int... flags) Returns application dependencies that have any of the flags passed in as arguments set.DefaultApplicationModel.getDependenciesWithAnyFlag(int... flags) ApplicationModel.getRuntimeDependencies()Runtime dependencies of an applicationDefaultApplicationModel.getRuntimeDependencies()Methods in io.quarkus.bootstrap.model with parameters of type ResolvedDependencyModifier and TypeMethodDescriptionApplicationModelBuilder.setAppArtifact(ResolvedDependency appArtifact) -
Uses of ResolvedDependency in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver that return ResolvedDependencyModifier and TypeMethodDescriptionAppModelResolver.resolve(ArtifactCoords artifact) Resolves an artifact.Methods in io.quarkus.bootstrap.resolver that return types with arguments of type ResolvedDependencyModifier and TypeMethodDescriptiondefault Collection<ResolvedDependency>AppModelResolver.resolveUserDependencies(ArtifactCoords artifact) Resolve application direct and transitive dependencies configured by the user.AppModelResolver.resolveUserDependencies(ArtifactCoords artifact, Collection<Dependency> deps) Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies. -
Uses of ResolvedDependency in io.quarkus.maven.dependency
Subinterfaces of ResolvedDependency in io.quarkus.maven.dependencyClasses in io.quarkus.maven.dependency that implement ResolvedDependencyMethods in io.quarkus.maven.dependency that return ResolvedDependency