Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.core.runtime.MultiStatus

Packages that use MultiStatus
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry. 
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. 
org.eclipse.update.core.model Provides model support for extending the base installation and update services. 
 

Uses of MultiStatus in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return MultiStatus
 MultiStatus Factory.getStatus()
          Deprecated. Returns all of the status objects logged thus far by this factory.
 

Constructors in org.eclipse.core.runtime.model with parameters of type MultiStatus
Factory(MultiStatus status)
          Deprecated. Creates a factory which can be used to create plug-in model objects.
 

Uses of MultiStatus in org.eclipse.equinox.p2.operations
 

Methods in org.eclipse.equinox.p2.operations with parameters of type MultiStatus
protected  void UpdateOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor)
           
protected  void UninstallOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor)
           
protected abstract  void ProfileChangeOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor)
          Compute the profile change request for this operation, adding any relevant intermediate status to the supplied status.
protected  void InstallOperation.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
 IFile[] TextSearchScope.evaluateFilesInScope(MultiStatus status)
          Evaluates all files in this scope.
 

Uses of MultiStatus in org.eclipse.update.core.model
 

Methods in org.eclipse.update.core.model that return MultiStatus
 MultiStatus DefaultFeatureParser.getStatus()
          Deprecated. Returns all status objects accumulated by the parser.
 MultiStatus DefaultSiteParser.getStatus()
          Deprecated. Returns all status objects accumulated by the parser.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.