Uses of Class
org.wildfly.prospero.api.exceptions.OperationException
Packages that use OperationException
Package
Description
-
Uses of OperationException in org.wildfly.prospero.actions
Subclasses of OperationException in org.wildfly.prospero.actionsModifier and TypeClassDescriptionstatic classstatic classstatic classThrown if a requested layer cannot be found in a feature-packstatic classThrown if either the user requested model is not supported by the feature-packs, or if it is impossible to determine default model.Methods in org.wildfly.prospero.actions that throw OperationExceptionModifier and TypeMethodDescriptionvoidFeaturesAddAction.addFeaturePack(String featurePackCoord, Set<org.jboss.galleon.config.ConfigId> defaultConfigNames, Path candidatePath) performs feature-pack installation as a new candidate server.voidFeaturesAddAction.addFeaturePackWithLayers(String featurePackCoord, Set<String> layers, org.jboss.galleon.config.ConfigId configName, Path candidateFolder) performs feature-pack installation as a new candidate server.ApplyCandidateAction.applyUpdate(ApplyCandidateAction.Type operation) Applies changes from prepare update atupdateDirtoinstallationDir.booleanUpdateAction.buildUpdate(Path targetDir) builds an update candidate forinstallDir.ApplyCandidateAction.findUpdates()list artifacts changed between base and candidate servers.UpdateAction.findUpdates()generate a list of updates that can be applied to server atinstallDir.SubscribeNewServerAction.generateServerMetadata(List<org.wildfly.channel.Channel> channels, org.jboss.galleon.universe.FeaturePackLocation loc) ApplyCandidateAction.getConflicts()list conflicts between the candidate (installationDirand target serverupdateDir.FeaturesAddAction.getFeaturePackRecipe(String featurePackCoord) find a template matching feature-pack coordinatesProvisioningAction.getPendingLicenses(org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels) List agreements and licenses that need to be accepted before installing the required Feature-Packs.booleanFeaturesAddAction.isFeaturePackAvailable(String featurePackCoord) check if a feature-pack withfeaturePackCoordcan be resolved in available channels.UpdateAction.performUpdate()performs a full in-place update ofinstallDir.voidInstallationHistoryAction.prepareRevert(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories, Path targetDir) voidProvisioningAction.provision(org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels) Provision installation according to given ProvisioningDefinition.voidProvisioningAction.provision(org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels, List<org.wildfly.channel.Repository> overwriteRepositories) Provision installation according to given ProvisioningDefinition.voidProvisioningAction.provisionWithChannels(org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels, List<org.wildfly.channel.Channel> overrideChannels) voidInstallationRestoreAction.restore(Path metadataBundleZip, List<org.wildfly.channel.Repository> remoteRepositories) voidInstallationHistoryAction.rollback(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories) Constructors in org.wildfly.prospero.actions that throw OperationExceptionModifierConstructorDescriptionApplyCandidateAction(Path installationDir, Path updateDir) UpdateAction(Path installDir, List<org.wildfly.channel.Channel> overrideChannels, MavenOptions mavenOptions, Console console) UpdateAction(Path installDir, MavenOptions mavenOptions, Console console, List<org.wildfly.channel.Repository> overrideRepositories) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OperationException in org.wildfly.prospero.api.exceptions
Subclasses of OperationException in org.wildfly.prospero.api.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassRepresents metadata read/write operations exceptionsclassclassclass -
Uses of OperationException in org.wildfly.prospero.galleon
Methods in org.wildfly.prospero.galleon that throw OperationExceptionModifier and TypeMethodDescriptionGalleonEnvironment.Builder.build()static org.jboss.galleon.diff.FsDiffGalleonUtils.findChanges(Path root) Returns list of files in the installation folder with their status (changed/added/removed)GalleonFeaturePackAnalyzer.getFeaturePacks(Path installedDir, org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig) lists maven coordinates (groupId:artifactId) of FeaturePacks included in theprovisioningConfig. -
Uses of OperationException in org.wildfly.prospero.model
Subclasses of OperationException in org.wildfly.prospero.modelModifier and TypeClassDescriptionstatic class -
Uses of OperationException in org.wildfly.prospero.spi
Methods in org.wildfly.prospero.spi that throw OperationExceptionModifier and TypeMethodDescriptionvoidProsperoInstallationManager.addChannel(org.wildfly.installationmanager.Channel channel) voidProsperoInstallationManager.changeChannel(org.wildfly.installationmanager.Channel newChannel) protected ApplyCandidateActionProsperoInstallationManager.ActionFactory.getApplyCandidateAction(Path candidateDir) protected UpdateActionProsperoInstallationManager.ActionFactory.getUpdateAction(List<org.wildfly.channel.Repository> repositories, boolean allowManifestDowngrades) protected UpdateActionProsperoInstallationManager.ActionFactory.getUpdateAction(List<org.wildfly.channel.Repository> repositories, List<org.wildfly.installationmanager.ManifestVersion> manifestVersions, boolean allowManifestDowngrades) Collection<org.wildfly.installationmanager.Channel> ProsperoInstallationManager.listChannels()voidProsperoInstallationManager.removeChannel(String channelName)