Uses of Class
org.wildfly.channel.ArtifactCoordinate
-
Packages that use ArtifactCoordinate Package Description org.wildfly.channel org.wildfly.channel.spi -
-
Uses of ArtifactCoordinate in org.wildfly.channel
Subclasses of ArtifactCoordinate in org.wildfly.channel Modifier and Type Class Description classMavenArtifactMethods in org.wildfly.channel that return types with arguments of type ArtifactCoordinate Modifier and Type Method Description Set<ArtifactCoordinate>UnresolvedMavenArtifactException. getUnresolvedArtifacts()Method parameters in org.wildfly.channel with type arguments of type ArtifactCoordinate Modifier and Type Method Description List<MavenArtifact>ChannelSession. resolveDirectMavenArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of Maven artifacts with a specific version without checking the channels.List<MavenArtifact>ChannelSession. resolveMavenArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of Maven artifacts according to the session's channels.Constructor parameters in org.wildfly.channel with type arguments of type ArtifactCoordinate Constructor Description ArtifactTransferException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)ArtifactTransferException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)NoStreamFoundException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)NoStreamFoundException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)UnresolvedMavenArtifactException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)UnresolvedMavenArtifactException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) -
Uses of ArtifactCoordinate in org.wildfly.channel.spi
Method parameters in org.wildfly.channel.spi with type arguments of type ArtifactCoordinate Modifier and Type Method Description List<File>MavenVersionsResolver. resolveArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of maven artifacts based on the full coordinates.
-