Uses of Class
org.wildfly.channel.ChannelManifest
Packages that use ChannelManifest
-
Uses of ChannelManifest in org.wildfly.channel
Methods in org.wildfly.channel that return ChannelManifestModifier and TypeMethodDescriptionChannelManifest.Builder.build()static ChannelManifeststatic ChannelManifestChannelManifestMapper.fromString(String yamlContent) RuntimeChannel.getChannelManifest()ChannelSession.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 ChannelManifestModifier and TypeMethodDescriptionChannelSession.getManifests()Return the list of manifests configured in this channel session.Methods in org.wildfly.channel with parameters of type ChannelManifestModifier and TypeMethodDescriptionstatic StringChannelManifestMapper.toYaml(ChannelManifest channelManifest) Constructors in org.wildfly.channel with parameters of type ChannelManifestModifierConstructorDescriptionRuntimeChannel(Channel channel, ChannelManifest channelManifest, Blocklist blocklist)