Uses of Class
org.wildfly.prospero.api.InstallationMetadata
Packages that use InstallationMetadata
-
Uses of InstallationMetadata in org.wildfly.prospero.actions
Constructors in org.wildfly.prospero.actions with parameters of type InstallationMetadataModifierConstructorDescriptionprotectedMetadataAction(InstallationMetadata installationMetadata) -
Uses of InstallationMetadata in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return InstallationMetadataModifier and TypeMethodDescriptionstatic InstallationMetadataInstallationMetadata.fromMetadataBundle(Path archiveLocation) read the metadata from an exported zip containing configuration filesInstallationMetadata.getSavedState(SavedState savedState) static InstallationMetadataInstallationMetadata.loadInstallation(Path base) load the metadata of an existing installation.static InstallationMetadataInstallationMetadata.newInstallation(Path base, org.wildfly.channel.ChannelManifest manifest, ProsperoConfig prosperoConfig, Optional<org.wildfly.prospero.metadata.ManifestVersionRecord> currentVersions) create an in-memory installation metadata.