Uses of Class
org.wildfly.prospero.api.exceptions.MetadataException
Packages that use MetadataException
Package
Description
-
Uses of MetadataException in org.wildfly.prospero
Methods in org.wildfly.prospero that return MetadataExceptionModifier and TypeMethodDescriptionfinal MetadataExceptionProsperoLogger_$logger.cannotRevertToTip(String name) ProsperoLogger.cannotRevertToTip(String name) final MetadataExceptionProsperoLogger_$logger.channelExists(String channelName) ProsperoLogger.channelExists(String channelName) final MetadataExceptionProsperoLogger_$logger.channelNotFound(String channelName) ProsperoLogger.channelNotFound(String channelName) final MetadataExceptionProsperoLogger_$logger.emptyChannelName()ProsperoLogger.emptyChannelName()final MetadataExceptionProsperoLogger_$logger.invalidCandidateMarker(Path resolve, String operationProperty) ProsperoLogger.invalidCandidateMarker(Path resolve, String operationProperty) final MetadataExceptionProsperoLogger_$logger.invalidPropertySubstitutionValue(String substituted, String url) ProsperoLogger.invalidPropertySubstitutionValue(String substituted, String url) final MetadataExceptionProsperoLogger_$logger.savedStateNotFound(String name) ProsperoLogger.savedStateNotFound(String name) final MetadataExceptionProsperoLogger_$logger.unableToAccessHistoryStorage(Path path, Exception e) ProsperoLogger.unableToAccessHistoryStorage(Path path, Exception e) final MetadataExceptionProsperoLogger_$logger.unableToCompareHashDirs(Path installationDir, Path updateDir, Exception e) ProsperoLogger.unableToCompareHashDirs(Path installationDir, Path updateDir, Exception e) final MetadataExceptionProsperoLogger_$logger.unableToCreateHistoryStorage(Path path, Exception e) ProsperoLogger.unableToCreateHistoryStorage(Path path, Exception e) final MetadataExceptionProsperoLogger_$logger.unableToDownloadFile(Exception e) ProsperoLogger.unableToDownloadFile(Exception e) final MetadataExceptionProsperoLogger_$logger.unableToParseConfiguration(Path path, Throwable e) ProsperoLogger.unableToParseConfiguration(Path path, Throwable e) final MetadataExceptionProsperoLogger_$logger.unableToParseConfigurationUri(URI uri, Throwable e) ProsperoLogger.unableToParseConfigurationUri(URI uri, Throwable e) final MetadataExceptionProsperoLogger_$logger.unableToReadFile(Path path, Exception e) ProsperoLogger.unableToReadFile(Path path, Exception e) final MetadataExceptionProsperoLogger_$logger.unableToSaveConfiguration(Path path, Exception e) ProsperoLogger.unableToSaveConfiguration(Path path, Exception e) final MetadataExceptionProsperoLogger_$logger.unableToWriteFile(Path path, Exception e) ProsperoLogger.unableToWriteFile(Path path, Exception e) -
Uses of MetadataException in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that throw MetadataExceptionModifier and TypeMethodDescriptionvoidMetadataAction.addChannel(org.wildfly.channel.Channel channel) voidMetadataAction.changeChannel(String channelName, org.wildfly.channel.Channel newChannel) voidApplyCandidateAction.getCandidateRevision()returns the revision of the candidate serverInstallationHistoryAction.getChangesSinceRevision(SavedState savedState) List<org.wildfly.channel.Channel>MetadataAction.getChannels()InstallationHistoryAction.getRevisionChanges(SavedState savedState) gets a list of changes related to thesavedState.InstallationHistoryAction.getRevisions()voidMetadataAction.removeChannel(String channelName) ApplyCandidateAction.verifyCandidate(ApplyCandidateAction.Type operation) checks that the candidate is an update of a current state of installationConstructors in org.wildfly.prospero.actions that throw MetadataExceptionModifierConstructorDescriptionFeaturesAddAction(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 MetadataExceptionModifier and TypeMethodDescriptionProvisioningDefinition.Builder.build()static InstallationMetadataInstallationMetadata.fromMetadataBundle(Path archiveLocation) read the metadata from an exported zip containing configuration filesInstallationMetadata.getChangesIn(SavedState savedState) InstallationMetadata.getChangesToCurrent(SavedState savedState) InstallationMetadata.getRevisions()InstallationMetadata.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 MetadataExceptionModifierConstructorDescriptionprotectedInstallationMetadata(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 MetadataExceptionModifier and TypeMethodDescriptionstatic org.jboss.galleon.api.config.GalleonProvisioningConfigGalleonUtils.readProvisioningConfig(URI uri) 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 MetadataExceptionModifier and TypeMethodDescriptionGitStorage.getArtifactChanges(SavedState savedState) GitStorage.getArtifactChangesSince(SavedState savedState) GitStorage.getChannelChanges(SavedState savedState) GitStorage.getChannelChangesSince(SavedState savedState) GitStorage.getFeatureChanges(SavedState latestState) GitStorage.getFeatureChangesSince(SavedState latestState) GitStorage.getRevisions()voidGitStorage.record()voidGitStorage.recordChange(SavedState.Type operation) voidGitStorage.recordChange(SavedState.Type operation, String... files) voidGitStorage.recordConfigChange()voidGitStorage.reset()GitStorage.revert(SavedState savedState) Constructors in org.wildfly.prospero.installation.git that throw MetadataException -
Uses of MetadataException in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that throw MetadataExceptionModifier and TypeMethodDescriptionstatic org.wildfly.channel.ChannelManifeststatic ProsperoConfigProsperoConfig.readConfig(Path path) Constructors in org.wildfly.prospero.model that throw MetadataException -
Uses of MetadataException in org.wildfly.prospero.spi
Methods in org.wildfly.prospero.spi that throw MetadataExceptionModifier and TypeMethodDescriptionCollection<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