Uses of Class
org.wildfly.channel.ChannelManifest
-
Packages that use ChannelManifest Package Description org.wildfly.channel -
-
Uses of ChannelManifest in org.wildfly.channel
Methods in org.wildfly.channel that return ChannelManifest Modifier and Type Method Description ChannelManifestChannelManifest.Builder. build()static ChannelManifestChannelManifestMapper. from(URL manifestURL)static ChannelManifestChannelManifestMapper. fromString(String yamlContent)ChannelManifestRuntimeChannel. getChannelManifest()ChannelManifestChannelSession. 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 ChannelManifest Modifier and Type Method Description List<ChannelManifest>ChannelSession. getManifests()Return the list of manifests configured in this channel session.Methods in org.wildfly.channel with parameters of type ChannelManifest Modifier and Type Method Description static StringChannelManifestMapper. toYaml(ChannelManifest channelManifest)Constructors in org.wildfly.channel with parameters of type ChannelManifest Constructor Description RuntimeChannel(Channel channel, ChannelManifest channelManifest, Blocklist blocklist)
-