Uses of Class
org.wildfly.channel.Channel
-
Packages that use Channel Package Description org.wildfly.channel -
-
Uses of Channel in org.wildfly.channel
Methods in org.wildfly.channel that return Channel Modifier and Type Method Description ChannelChannel.Builder. build()static ChannelChannelMapper. from(URL channelURL)ChannelRuntimeChannel. getChannelDefinition()Methods in org.wildfly.channel that return types with arguments of type Channel Modifier and Type Method Description static List<Channel>ChannelMapper. fromString(String yamlContent)Methods in org.wildfly.channel with parameters of type Channel Modifier and Type Method Description static StringChannelMapper. toYaml(Channel... channels)Method parameters in org.wildfly.channel with type arguments of type Channel Modifier and Type Method Description static StringChannelMapper. toYaml(List<Channel> channels)Constructors in org.wildfly.channel with parameters of type Channel Constructor Description Builder(Channel from)RuntimeChannel(Channel channel, ChannelManifest channelManifest, Blocklist blocklist)Constructor parameters in org.wildfly.channel with type arguments of type Channel Constructor Description ChannelSession(List<Channel> channelDefinitions, MavenVersionsResolver.Factory factory)Create a ChannelSession.ChannelSession(List<Channel> channelDefinitions, MavenVersionsResolver.Factory factory, int versionResolutionParallelism)Create a ChannelSession.
-