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 classMavenArtifactMethod 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. -
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.
-