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 static ChannelManifestChannelManifestMapper. from(URL manifestURL)static ChannelManifestChannelManifestMapper. fromString(String yamlContent)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 with parameters of type ChannelManifest Modifier and Type Method Description static StringChannelManifestMapper. toYaml(ChannelManifest channelManifest)
-