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)voidInstallationExportAction. export(Path exportPath)SavedStateApplyCandidateAction. getCandidateRevision()returns the revision of the candidate serverInstallationChangesInstallationHistoryAction. getChangesSinceRevision(SavedState savedState)List<org.wildfly.channel.Channel>MetadataAction. getChannels()InstallationChangesInstallationHistoryAction. getRevisionChanges(SavedState savedState)gets a list of changes related to thesavedState.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. getChangesIn(SavedState savedState)InstallationChangesInstallationMetadata. getChangesToCurrent(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<org.wildfly.prospero.metadata.ManifestVersionRecord> currentVersions)create an in-memory installation metadata.voidInstallationMetadata. recordProvision(boolean overrideProsperoConfig)voidInstallationMetadata. recordProvision(boolean overrideProsperoConfig, boolean gitRecord)org.jboss.galleon.api.config.GalleonProvisioningConfigProvisioningDefinition. 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<org.wildfly.prospero.metadata.ManifestVersionRecord> currentVersions, org.jboss.galleon.api.config.GalleonProvisioningConfig 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<ArtifactChange>GitStorage. getArtifactChangesSince(SavedState savedState)List<ChannelChange>GitStorage. getChannelChanges(SavedState savedState)List<ChannelChange>GitStorage. getChannelChangesSince(SavedState savedState)List<FeatureChange>GitStorage. getFeatureChanges(SavedState latestState)List<FeatureChange>GitStorage. getFeatureChangesSince(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.updates
Methods in org.wildfly.prospero.updates that throw MetadataException Modifier and Type Method Description static CandidatePropertiesCandidatePropertiesParser. read(Path file)static MarkerFileMarkerFile. read(Path serverPath)
-