Uses of Enum
org.wildfly.channel.Channel.NoStreamStrategy
Packages that use Channel.NoStreamStrategy
-
Uses of Channel.NoStreamStrategy in org.wildfly.channel
Methods in org.wildfly.channel that return Channel.NoStreamStrategyModifier and TypeMethodDescriptionChannel.getNoStreamStrategy()static Channel.NoStreamStrategyReturns the enum constant of this type with the specified name.static Channel.NoStreamStrategy[]Channel.NoStreamStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.channel with parameters of type Channel.NoStreamStrategyModifier and TypeMethodDescriptionChannel.Builder.setResolveStrategy(Channel.NoStreamStrategy strategy) Constructors in org.wildfly.channel with parameters of type Channel.NoStreamStrategyModifierConstructorDescriptionChannel(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.