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()Constructors in org.wildfly.channel with parameters of type Vendor Constructor Description Channel(String schemaVersion, String name, String description, Vendor vendor, List<ChannelRequirement> channelRequirements, Collection<Stream> streams)Representation of a Channel resourceChannel(String name, String description, Vendor vendor, List<ChannelRequirement> channelRequirements, Collection<Stream> streams)Representation of a Channel resource using the current schema version.
-