Uses of Class
org.wildfly.channel.Channel.NoStreamStrategy
-
Packages that use Channel.NoStreamStrategy Package Description org.wildfly.channel -
-
Uses of Channel.NoStreamStrategy in org.wildfly.channel
Methods in org.wildfly.channel that return Channel.NoStreamStrategy Modifier and Type Method Description Channel.NoStreamStrategyChannel. getNoStreamStrategy()static Channel.NoStreamStrategyChannel.NoStreamStrategy. valueOf(String name)Returns 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.NoStreamStrategy Modifier and Type Method Description Channel.BuilderChannel.Builder. setResolveStrategy(Channel.NoStreamStrategy strategy)Constructors in org.wildfly.channel with parameters of type Channel.NoStreamStrategy 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.
-