Uses of Class
org.eclipse.core.runtime.MultiStatus
-
Packages that use MultiStatus Package Description org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.org.eclipse.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background.org.eclipse.search.core.text 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 MultiStatus Modifier and Type Method Description protected MultiStatusJobGroup. computeGroupResult(List<IStatus> jobResults)This method is called by the JobManager when all the jobs belonging to the group are completed.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 MultiStatus Modifier and Type Method Description protected 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 MultiStatus Modifier and Type Method Description IFile[]TextSearchScope. evaluateFilesInScope(MultiStatus status)Evaluates all files in this scope.
-