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) performs feature pack installation.voidFeaturesAddAction.addFeaturePackWithLayers(String featurePackCoord, Set<String> layers, org.jboss.galleon.config.ConfigId configName) performs feature pack installation.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.ProvisioningAction.getPendingLicenses(org.jboss.galleon.config.ProvisioningConfig 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.config.ProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels) Provision installation according to given ProvisioningDefinition.voidProvisioningAction.provision(org.jboss.galleon.config.ProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels, List<org.wildfly.channel.Repository> overwriteRepositories) Provision installation according to given ProvisioningDefinition.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, MavenOptions mavenOptions, Console console, List<org.wildfly.channel.Repository> overrideRepositories) -
Uses of OperationException in org.wildfly.prospero.api.exceptions
Subclasses of OperationException in org.wildfly.prospero.api.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassRepresents 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()GalleonFeaturePackAnalyzer.getFeaturePacks(org.jboss.galleon.config.ProvisioningConfig provisioningConfig) lists maven coordinates (groupId:artifactId) of FeaturePacks included in theprovisioningConfig. -
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 UpdateActionProsperoInstallationManager.ActionFactory.getUpdateAction(List<org.wildfly.channel.Repository> repositories) Collection<org.wildfly.installationmanager.Channel>ProsperoInstallationManager.listChannels()voidProsperoInstallationManager.removeChannel(String channelName)