Uses of Class
org.eclipse.core.runtime.MultiStatus
Packages that use MultiStatus
Package
Description
Provides core support for scheduling and interacting with background activity.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Classes giving access to the file (text) search functionality.
-
Uses of MultiStatus in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs that return MultiStatusModifier and TypeMethodDescriptionprotected MultiStatusJobGroup.computeGroupResult(List<IStatus> jobResults) This method is called by the JobManager when all the jobs belonging to the group are completed.final MultiStatusJobGroup.getResult()Returns the result of this job group's last run. -
Uses of MultiStatus in org.eclipse.equinox.p2.operations
Methods in org.eclipse.equinox.p2.operations with parameters of type MultiStatusModifier and TypeMethodDescriptionprotected voidInstallOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected abstract voidProfileChangeOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) Compute the profile change request for this operation, adding any relevant intermediate status to the supplied status.protected voidRemediationOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidSynchronizeOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidUninstallOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidUpdateOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) -
Uses of MultiStatus in org.eclipse.search.core.text
Methods in org.eclipse.search.core.text with parameters of type MultiStatusModifier and TypeMethodDescriptionIFile[]TextSearchScope.evaluateFilesInScope(MultiStatus status) Evaluates all files in this scope.