Uses of Class
org.wildfly.channel.ArtifactTransferException
-
Packages that use ArtifactTransferException Package Description org.wildfly.channel org.wildfly.channel.spi -
-
Uses of ArtifactTransferException in org.wildfly.channel
Methods in org.wildfly.channel that throw ArtifactTransferException Modifier and Type Method Description MavenArtifactChannelSession. resolveDirectMavenArtifact(String groupId, String artifactId, String extension, String classifier, String version)Resolve the Maven artifact with a specific version without checking the channels.List<MavenArtifact>ChannelSession. resolveDirectMavenArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of Maven artifacts with a specific version without checking the channels.MavenArtifactChannelSession. 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 ArtifactTransferException Modifier and Type Method Description FileMavenVersionsResolver. resolveArtifact(String groupId, String artifactId, String extension, String classifier, String version)Resolve the maven artifact based on the full coordinates.List<File>MavenVersionsResolver. resolveArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of maven artifacts based on the full coordinates.List<URL>MavenVersionsResolver. resolveChannelMetadata(List<? extends ChannelMetadataCoordinate> manifestCoords)Resolve a list of channel metadata artifacts based on the coordinates.
-