Uses of Class
io.quarkus.bootstrap.resolver.AppModelResolverException
Packages that use AppModelResolverException
Package
Description
-
Uses of AppModelResolverException in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that throw AppModelResolverException -
Uses of AppModelResolverException in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver that throw AppModelResolverExceptionModifier and TypeMethodDescriptionAppModelResolver.getLatestVersion(ArtifactCoords artifact, String upToVersion, boolean inclusive) Returns the latest version for the artifact up to the version specified.AppModelResolver.getLatestVersionFromRange(ArtifactCoords appArtifact, String range) Resolves the latest version from the specified range.AppModelResolver.getNextVersion(ArtifactCoords artifact, String fromVersion, boolean fromVersionIncluded, String upToVersion, boolean upToVersionIncluded) Returns the next version of the artifact from the specified range.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.AppModelResolver.resolve(ArtifactCoords artifact) Resolves an artifact.AppModelResolver.resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects) AppModelResolver.resolveModel(ArtifactCoords artifact) Resolve dependencies that are required at runtime, excluding test and optional dependencies.AppModelResolver.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.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 AppModelResolverException in io.quarkus.bootstrap.util
Methods in io.quarkus.bootstrap.util that throw AppModelResolverExceptionModifier and TypeMethodDescriptionstatic ApplicationModelBootstrapUtils.deserializeQuarkusModel(Path modelPath) static voidBootstrapUtils.exportModel(ApplicationModel model, boolean test) static PathBootstrapUtils.serializeAppModel(ApplicationModel model, boolean test)