Uses of Class
org.wildfly.prospero.model.ManifestVersionRecord
-
Packages that use ManifestVersionRecord Package Description org.wildfly.prospero.api org.wildfly.prospero.model -
-
Uses of ManifestVersionRecord in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return types with arguments of type ManifestVersionRecord Modifier and Type Method Description Optional<ManifestVersionRecord>InstallationMetadata. getManifestVersions()Method parameters in org.wildfly.prospero.api with type arguments of type ManifestVersionRecord Modifier and Type Method Description static InstallationMetadataInstallationMetadata. newInstallation(Path base, org.wildfly.channel.ChannelManifest manifest, ProsperoConfig prosperoConfig, Optional<ManifestVersionRecord> currentVersions)create an in-memory installation metadata.Constructor parameters in org.wildfly.prospero.api with type arguments of type ManifestVersionRecord Constructor Description InstallationMetadata(Path base, org.wildfly.channel.ChannelManifest manifest, ProsperoConfig prosperoConfig, GitStorage gitStorage, Optional<ManifestVersionRecord> currentVersions) -
Uses of ManifestVersionRecord in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model 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.model with parameters of type ManifestVersionRecord Modifier and Type Method Description static voidManifestVersionRecord. write(ManifestVersionRecord commitMessage, Path versionsFile)
-