Uses of Class
org.wildfly.prospero.model.ProsperoConfig
-
Packages that use ProsperoConfig Package Description org.wildfly.prospero.api org.wildfly.prospero.model -
-
Uses of ProsperoConfig in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ProsperoConfig Modifier and Type Method Description ProsperoConfigInstallationMetadata. getProsperoConfig()Methods in org.wildfly.prospero.api with parameters of type ProsperoConfig Modifier and Type Method Description 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.voidInstallationMetadata. updateProsperoConfig(ProsperoConfig config)Constructors in org.wildfly.prospero.api with parameters of type ProsperoConfig Constructor Description InstallationMetadata(Path base, org.wildfly.channel.ChannelManifest manifest, ProsperoConfig prosperoConfig, GitStorage gitStorage, Optional<org.wildfly.prospero.metadata.ManifestVersionRecord> currentVersions, org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig) -
Uses of ProsperoConfig in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that return ProsperoConfig Modifier and Type Method Description static ProsperoConfigProsperoConfig. readConfig(Path path)
-