Uses of Class
org.wildfly.channel.ChannelRequirement
-
Packages that use ChannelRequirement Package Description org.wildfly.channel -
-
Uses of ChannelRequirement in org.wildfly.channel
Methods in org.wildfly.channel that return types with arguments of type ChannelRequirement Modifier and Type Method Description List<ChannelRequirement>Channel. getChannelRequirements()Constructor parameters in org.wildfly.channel with type arguments of type ChannelRequirement 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.
-