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
Methods in org.wildfly.prospero.actions that throw OperationException Modifier and Type Method Description voidInstallationHistoryAction. applyRevert(Path updateDirectory)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<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.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.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()List<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)
-