Uses of Class
org.wildfly.channel.Vendor
-
Packages that use Vendor Package Description org.wildfly.channel -
-
Uses of Vendor in org.wildfly.channel
Methods in org.wildfly.channel that return Vendor Modifier and Type Method Description VendorChannel. getVendor()Methods in org.wildfly.channel with parameters of type Vendor Modifier and Type Method Description Channel.BuilderChannel.Builder. setVendor(Vendor vendor)Constructors in org.wildfly.channel with parameters of type Vendor 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.
-