Uses of Class
org.wildfly.channel.Repository
Packages that use Repository
-
Uses of Repository in org.wildfly.channel
Methods in org.wildfly.channel that return types with arguments of type RepositoryModifier and TypeMethodDescriptionUnresolvedMavenArtifactException.getAttemptedRepositories()Channel.getRepositories()Method parameters in org.wildfly.channel with type arguments of type RepositoryConstructor parameters in org.wildfly.channel with type arguments of type RepositoryModifierConstructorDescriptionChannel(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 RepositoryModifier and TypeMethodDescriptionMavenVersionsResolver.Factory.create(Collection<Repository> repositories)