Package | Description |
---|---|
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.
|
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 |
---|---|
protected void |
UninstallOperation.computeProfileChangeRequest(MultiStatus status,
IProgressMonitor monitor) |
protected void |
SynchronizeOperation.computeProfileChangeRequest(MultiStatus status,
IProgressMonitor monitor) |
protected void |
RemediationOperation.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) |
protected void |
UpdateOperation.computeProfileChangeRequest(MultiStatus status,
IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
IFile[] |
TextSearchScope.evaluateFilesInScope(MultiStatus status)
Evaluates all files in this scope.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.