Uses of Class
org.wildfly.channel.Repository
-
Packages that use Repository Package Description org.wildfly.channel org.wildfly.channel.spi -
-
Uses of Repository in org.wildfly.channel
Methods in org.wildfly.channel that return types with arguments of type Repository Modifier and Type Method Description Set<Repository>UnresolvedMavenArtifactException. getAttemptedRepositories()List<Repository>Channel. getRepositories()Constructor parameters in org.wildfly.channel with type arguments of type Repository Constructor Description Channel(String schemaVersion, String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy)Channel(String name, String description, Vendor vendor, List<Repository> repositories, ChannelManifestCoordinate manifestCoordinate, BlocklistCoordinate blocklistCoordinate, Channel.NoStreamStrategy noStreamStrategy)Representation of a Channel resource using the current schema version. -
Uses of Repository in org.wildfly.channel.spi
Method parameters in org.wildfly.channel.spi with type arguments of type Repository Modifier and Type Method Description MavenVersionsResolverMavenVersionsResolver.Factory. create(Collection<Repository> repositories)
-