Eclipse Platform
Release 3.1

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.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.update.core.model
 

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


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.