Uses of Class
org.wildfly.channel.ArtifactTransferException
Packages that use ArtifactTransferException
-
Uses of ArtifactTransferException in org.wildfly.channel
Methods in org.wildfly.channel that throw ArtifactTransferExceptionModifier and TypeMethodDescriptionSignedVersionResolverWrapper.resolveArtifact(String groupId, String artifactId, String extension, String classifier, String version) SignedVersionResolverWrapper.resolveArtifacts(List<ArtifactCoordinate> coordinates) SignedVersionResolverWrapper.resolveChannelMetadata(List<? extends ChannelMetadataCoordinate> coords) ChannelSession.resolveDirectMavenArtifact(String groupId, String artifactId, String extension, String classifier, String version) Resolve the Maven artifact with a specific version without checking the channels.ChannelSession.resolveDirectMavenArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of Maven artifacts with a specific version without checking the channels.ChannelSession.resolveMavenArtifact(String groupId, String artifactId, String extension, String classifier, String baseVersion) Resolve the Maven artifact according to the session's channels. -
Uses of ArtifactTransferException in org.wildfly.channel.spi
Methods in org.wildfly.channel.spi that throw ArtifactTransferExceptionModifier and TypeMethodDescriptionMavenVersionsResolver.resolveArtifact(String groupId, String artifactId, String extension, String classifier, String version) Resolve the maven artifact based on the full coordinates.MavenVersionsResolver.resolveArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of maven artifacts based on the full coordinates.MavenVersionsResolver.resolveChannelMetadata(List<? extends ChannelMetadataCoordinate> manifestCoords) Resolve a list of channel metadata artifacts based on the coordinates.