Uses of Class
org.wildfly.prospero.api.exceptions.MetadataException
-
-
Uses of MetadataException in org.wildfly.prospero
-
Uses of MetadataException in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that throw MetadataException Modifier and Type Method Description voidMetadataAction. addChannel(org.wildfly.channel.Channel channel)voidMetadataAction. changeChannel(String channelName, org.wildfly.channel.Channel newChannel)InstallationChangesInstallationHistoryAction. compare(SavedState savedState)voidInstallationExportAction. export(Path exportPath)SavedStateApplyCandidateAction. getCandidateRevision()returns the revision of the candidate serverList<org.wildfly.channel.Channel>MetadataAction. getChannels()List<SavedState>InstallationHistoryAction. getRevisions()voidMetadataAction. removeChannel(String channelName)ApplyCandidateAction.ValidationResultApplyCandidateAction. verifyCandidate(ApplyCandidateAction.Type operation)checks that the candidate is an update of a current state of installationConstructors in org.wildfly.prospero.actions that throw MetadataException Constructor Description FeaturesAddAction(MavenOptions mavenOptions, Path installDir, List<org.wildfly.channel.Repository> repositories, Console console)MetadataAction(Path installation) -
Uses of MetadataException in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that throw MetadataException Modifier and Type Method Description ProvisioningDefinitionProvisioningDefinition.Builder. build()static InstallationMetadataInstallationMetadata. fromMetadataBundle(Path archiveLocation)read the metadata from an exported zip containing configuration filesInstallationChangesInstallationMetadata. getChangesSince(SavedState savedState)List<SavedState>InstallationMetadata. getRevisions()InstallationMetadataInstallationMetadata. 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<ManifestVersionRecord> currentVersions)create an in-memory installation metadata.voidInstallationMetadata. recordProvision(boolean overrideProsperoConfig)voidInstallationMetadata. recordProvision(boolean overrideProsperoConfig, boolean gitRecord)org.jboss.galleon.config.ProvisioningConfigProvisioningDefinition. toProvisioningConfig()voidInstallationMetadata. updateProsperoConfig(ProsperoConfig config)voidInstallationMetadata. updateProvisioningConfiguration()check if the provisioning definition is present.Constructors in org.wildfly.prospero.api that throw MetadataException Constructor Description InstallationMetadata(Path base, org.wildfly.channel.ChannelManifest manifest, ProsperoConfig prosperoConfig, GitStorage gitStorage, Optional<ManifestVersionRecord> currentVersions, org.jboss.galleon.config.ProvisioningConfig provisioningConfig) -
Uses of MetadataException in org.wildfly.prospero.galleon
Methods in org.wildfly.prospero.galleon that throw MetadataException Modifier and Type Method Description org.wildfly.channel.ChannelChannelManifestSubstitutor. substitute(org.wildfly.channel.Channel channel) -
Uses of MetadataException in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that throw MetadataException Modifier and Type Method Description List<ArtifactChange>GitStorage. getArtifactChanges(SavedState savedState)List<ChannelChange>GitStorage. getChannelChanges(SavedState savedState)List<FeatureChange>GitStorage. getFeatureChanges(SavedState latestState)List<SavedState>GitStorage. getRevisions()voidGitStorage. record()voidGitStorage. recordChange(SavedState.Type operation)voidGitStorage. recordChange(SavedState.Type operation, String... files)voidGitStorage. recordConfigChange()voidGitStorage. reset()PathGitStorage. revert(SavedState savedState)Constructors in org.wildfly.prospero.installation.git that throw MetadataException Constructor Description GitStorage(Path base) -
Uses of MetadataException in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that throw MetadataException Modifier and Type Method Description static org.wildfly.channel.ChannelManifestManifestYamlSupport. parse(File manifestFile)static ProsperoConfigProsperoConfig. readConfig(Path path)Constructors in org.wildfly.prospero.model that throw MetadataException Constructor Description FeaturePackTemplateManager() -
Uses of MetadataException in org.wildfly.prospero.spi
Methods in org.wildfly.prospero.spi that throw MetadataException Modifier and Type Method Description Collection<org.wildfly.installationmanager.ManifestVersion>ProsperoInstallationManager. getInstalledVersions()protected MetadataActionProsperoInstallationManager.ActionFactory. getMetadataAction()org.wildfly.installationmanager.InstallationChangesProsperoInstallationManager. revisionDetails(String revision) -
Uses of MetadataException in org.wildfly.prospero.test
Methods in org.wildfly.prospero.test that throw MetadataException Modifier and Type Method Description static InstallationMetadataMetadataTestUtils. createInstallationMetadata(Path installation)static InstallationMetadataMetadataTestUtils. createInstallationMetadata(Path installation, org.wildfly.channel.ChannelManifest manifest, List<org.wildfly.channel.Channel> channels) -
Uses of MetadataException in org.wildfly.prospero.updates
Methods in org.wildfly.prospero.updates that throw MetadataException Modifier and Type Method Description static MarkerFileMarkerFile. read(Path serverPath)
-