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)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)Constructor parameters in org.wildfly.channel with type arguments of type Channel Constructor Description ChannelSession(List<Channel> channelDefinitions, MavenVersionsResolver.Factory factory)Create a ChannelSession.
-