Uses of Class
org.wildfly.prospero.metadata.ManifestVersionRecord
-
-
Uses of ManifestVersionRecord in org.wildfly.prospero.metadata
Methods in org.wildfly.prospero.metadata that return ManifestVersionRecord Modifier and Type Method Description ManifestVersionRecordManifestVersionResolver. getCurrentVersions(List<org.wildfly.channel.Channel> channels)Resolves the latest versions of manifests used in channelsMethods in org.wildfly.prospero.metadata that return types with arguments of type ManifestVersionRecord Modifier and Type Method Description static Optional<ManifestVersionRecord>ManifestVersionRecord. read(Path versionsFile)Methods in org.wildfly.prospero.metadata with parameters of type ManifestVersionRecord Modifier and Type Method Description static voidProsperoMetadataUtils. generate(Path serverDir, List<org.wildfly.channel.Channel> channels, org.wildfly.channel.ChannelManifest manifest, ManifestVersionRecord versionRecord)Generate installer metadata insideserverDir.static voidProsperoMetadataUtils. writeVersionRecord(Path versionsPath, ManifestVersionRecord versionRecord)recordManifestVersionRecordto the file at .
-