Uses of Class
org.wildfly.channel.MavenArtifact
-
Packages that use MavenArtifact Package Description org.wildfly.channel -
-
Uses of MavenArtifact in org.wildfly.channel
Methods in org.wildfly.channel that return MavenArtifact 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.MavenArtifactChannelSession. resolveMavenArtifact(String groupId, String artifactId, String extension, String classifier, String baseVersion)Resolve the Maven artifact according to the session's channels.Methods in org.wildfly.channel that return types with arguments of type MavenArtifact 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.
-