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 static ChannelChannelMapper. from(URL channelURL)ChannelChannelSession. getRecordedChannel()Returns a synthetic Channel where each resolved artifacts (either with exact or latest version) is defined in aStreamwith aversionfield.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> channels, MavenVersionsResolver.Factory factory)Create a ChannelSession.
-