Uses of Interface
io.quarkus.maven.dependency.ArtifactCoords
-
Packages that use ArtifactCoords Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver io.quarkus.maven.dependency -
-
Uses of ArtifactCoords in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ArtifactCoords Modifier and Type Class Description classAppArtifactRepresents an application (or its dependency) artifact.classAppArtifactCoordsGroupId, artifactId, classifier, type, versionclassAppDependencyMethods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactCoords Modifier and Type Method Description List<ArtifactCoords>PlatformReleaseInfo. getBoms()Member BOM coordinates.Collection<ArtifactCoords>PlatformImports. getImportedPlatformBoms()All the Quarkus platform BOMs imported by an application.Collection<ArtifactCoords>PlatformImportsImpl. getImportedPlatformBoms() -
Uses of ArtifactCoords in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver with parameters of type ArtifactCoords Modifier and Type Method Description StringAppModelResolver. getLatestVersion(ArtifactCoords artifact, String upToVersion, boolean inclusive)Returns the latest version for the artifact up to the version specified.StringAppModelResolver. getLatestVersionFromRange(ArtifactCoords appArtifact, String range)Resolves the latest version from the specified range.StringAppModelResolver. getNextVersion(ArtifactCoords artifact, String fromVersion, boolean fromVersionIncluded, String upToVersion, boolean upToVersionIncluded)Returns the next version of the artifact from the specified range.List<String>AppModelResolver. listLaterVersions(ArtifactCoords artifact, String upToVersion, boolean inclusive)Lists versions released later than the version of the artifact up to the version specified or all the later versions in case the up-to-version is not provided.voidAppModelResolver. relink(ArtifactCoords artifact, Path localPath)(Re-)links an artifact to a path.ResolvedDependencyAppModelResolver. resolve(ArtifactCoords artifact)Resolves an artifact.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 dependenciesdefault Collection<ResolvedDependency>AppModelResolver. resolveUserDependencies(ArtifactCoords artifact)Resolve application direct and transitive dependencies configured by the user.Collection<ResolvedDependency>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 ArtifactCoords in io.quarkus.maven.dependency
Subinterfaces of ArtifactCoords in io.quarkus.maven.dependency Modifier and Type Interface Description interfaceDependencyinterfaceResolvableDependencyinterfaceResolvedDependencyClasses in io.quarkus.maven.dependency that implement ArtifactCoords Modifier and Type Class Description classArtifactDependencyclassGACTVclassResolvedArtifactDependencyMethods in io.quarkus.maven.dependency that return ArtifactCoords Modifier and Type Method Description static ArtifactCoordsGACTV. pom(String groupId, String artifactId, String version)Constructors in io.quarkus.maven.dependency with parameters of type ArtifactCoords Constructor Description ArtifactDependency(ArtifactCoords coords, int... flags)ArtifactDependency(ArtifactCoords coords, String scope, int... flags)ResolvedArtifactDependency(ArtifactCoords coords)ResolvedArtifactDependency(ArtifactCoords coords, PathCollection resolvedPaths)ResolvedArtifactDependency(ArtifactCoords coords, Path resolvedPath)
-