Uses of Class
org.wildfly.channel.ArtifactCoordinate
Packages that use ArtifactCoordinate
-
Uses of ArtifactCoordinate in org.wildfly.channel
Subclasses of ArtifactCoordinate in org.wildfly.channelMethods in org.wildfly.channel that return types with arguments of type ArtifactCoordinateMethod parameters in org.wildfly.channel with type arguments of type ArtifactCoordinateModifier and TypeMethodDescriptionChannelSession.resolveDirectMavenArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of Maven artifacts with a specific version without checking the channels.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 ArtifactCoordinateModifierConstructorDescriptionArtifactTransferException(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 ArtifactCoordinateModifier and TypeMethodDescriptionMavenVersionsResolver.resolveArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of maven artifacts based on the full coordinates.