Uses of Class
org.wildfly.prospero.api.exceptions.OperationException
-
Packages that use OperationException Package Description org.wildfly.prospero.actions org.wildfly.prospero.api.exceptions org.wildfly.prospero.galleon org.wildfly.prospero.spi -
-
Uses of OperationException in org.wildfly.prospero.actions
Subclasses of OperationException in org.wildfly.prospero.actions Modifier and Type Class Description static classFeaturesAddAction.ConfigurationNotFoundExceptionstatic classFeaturesAddAction.FeaturePackAlreadyInstalledExceptionstatic classFeaturesAddAction.LayerNotFoundExceptionThrown if a requested layer cannot be found in a feature packstatic classFeaturesAddAction.ModelNotDefinedExceptionThrown 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 OperationException Modifier and Type Method Description voidFeaturesAddAction. 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.List<FileConflict>ApplyCandidateAction. applyUpdate(ApplyCandidateAction.Type operation)Applies changes from prepare update atupdateDirtoinstallationDir.booleanUpdateAction. buildUpdate(Path targetDir)builds an update candidate forinstallDir.UpdateSetApplyCandidateAction. findUpdates()list artifacts changed between base and candidate servers.UpdateSetUpdateAction. findUpdates()generate a list of updates that can be applied to server atinstallDir.List<FileConflict>ApplyCandidateAction. getConflicts()list conflicts between the candidate (installationDirand target serverupdateDir.List<License>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.List<FileConflict>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 OperationException Constructor Description ApplyCandidateAction(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.exceptions Modifier and Type Class Description classArtifactPromoteExceptionclassArtifactResolutionExceptionclassChannelDefinitionExceptionclassInvalidUpdateCandidateExceptionclassMetadataExceptionRepresents metadata read/write operations exceptionsclassNoChannelExceptionclassStreamNotFoundExceptionclassUnresolvedChannelMetadataException -
Uses of OperationException in org.wildfly.prospero.galleon
Methods in org.wildfly.prospero.galleon that throw OperationException Modifier and Type Method Description GalleonEnvironmentGalleonEnvironment.Builder. build()Set<String>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 OperationException Modifier and Type Method Description voidProsperoInstallationManager. 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)
-