Uses of Class
org.wildfly.channel.UnresolvedMavenArtifactException
-
Packages that use UnresolvedMavenArtifactException Package Description org.wildfly.channel org.wildfly.channel.spi -
-
Uses of UnresolvedMavenArtifactException in org.wildfly.channel
Methods in org.wildfly.channel that throw UnresolvedMavenArtifactException Modifier and Type Method Description StringChannelSession. findLatestMavenArtifactVersion(String groupId, String artifactId, String extension, String classifier, String baseVersion)Find the latest version of the Maven artifact in the session's channel.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.List<MavenArtifact>ChannelSession. resolveMavenArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of Maven artifacts according to the session's channels. -
Uses of UnresolvedMavenArtifactException in org.wildfly.channel.spi
Methods in org.wildfly.channel.spi that throw UnresolvedMavenArtifactException 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.
-