Package | Description |
---|---|
org.eclipse.core.runtime.model |
Provides core support for the modeling plug-ins and the plug-in registry.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiStatus |
Factory.getStatus()
Deprecated.
Returns all of the status objects logged thus far by this factory.
|
Constructor and Description |
---|
Factory(MultiStatus status)
Deprecated.
Creates a factory which can be used to create plug-in model objects.
|
Modifier and Type | Method and Description |
---|---|
IFile[] |
TextSearchScope.evaluateFilesInScope(MultiStatus status)
Evaluates all files in this scope.
|
Modifier and Type | Method and Description |
---|---|
MultiStatus |
DefaultFeatureParser.getStatus()
Returns all status objects accumulated by the parser.
|
MultiStatus |
DefaultSiteParser.getStatus()
Returns all status objects accumulated by the parser.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.