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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.in favor ofResolvedDependencyMethods 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 combined in the value of theflagsarguments set.default Iterable<ResolvedDependency> 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() -
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 ResolvedDependencyModifier and TypeClassDescriptionclassclassMethods in io.quarkus.maven.dependency that return ResolvedDependency -
Uses of ResolvedDependency in io.quarkus.sbom
Fields in io.quarkus.sbom declared as ResolvedDependencyMethods in io.quarkus.sbom that return ResolvedDependencyMethods in io.quarkus.sbom with parameters of type ResolvedDependencyModifier and TypeMethodDescriptionApplicationComponent.Builder.setResolvedDependency(ResolvedDependency dep) Method parameters in io.quarkus.sbom with type arguments of type ResolvedDependencyModifier and TypeMethodDescriptionApplicationManifestConfig.Builder.addComponents(Collection<ResolvedDependency> dependencies)
ResolvedDependencyandDependency.