Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

Activator - Class in org.eclipse.core.internal.runtime
The Common runtime plugin class.
Activator() - Constructor for class org.eclipse.core.internal.runtime.Activator
 
activator_not_available - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
activator_resourceBundleNotFound - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
activator_resourceBundleNotStarted - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
adapt(Object, Class<T>, boolean) - Static method in class org.eclipse.core.runtime.Adapters
If it is possible to adapt the given object to the given type, this returns the adapter.
adapt(Object, Class<T>) - Static method in class org.eclipse.core.runtime.Adapters
If it is possible to adapt the given object to the given type, this returns the adapter.
AdapterManager - Class in org.eclipse.core.internal.runtime
This class is the standard implementation of IAdapterManager.
Adapters - Class in org.eclipse.core.runtime
Provides a standard way to request adapters from adaptable objects
Adapters() - Constructor for class org.eclipse.core.runtime.Adapters
 
add(T, int) - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
add(E) - Method in class org.eclipse.core.runtime.ListenerList
Adds a listener to this list.
add(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds the given status to this multi-status.
addAll(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds all of the children of the given status to this multi-status.
addFactories(AdapterManager) - Method in interface org.eclipse.core.internal.runtime.IAdapterManagerProvider
Add factories.
addFileExtension(String) - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the given file extension added.
addFileExtension(String) - Method in class org.eclipse.core.runtime.Path
 
addLogListener(ILogListener) - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
See org.eclipse.core.runtime.Platform#addLogListener(ILogListener)
addTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator added.
addTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
allowCaching() - Method in class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
allowCaching() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
allowCaching() - Method in class org.eclipse.core.internal.runtime.PlatformURLFragmentConnection
 
allowCaching() - Method in class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
append(String) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given string path to the end of this path.
append(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given path's segments to the end of this path.
append(IPath) - Method in class org.eclipse.core.runtime.Path
 
append(String) - Method in class org.eclipse.core.runtime.Path
 
append(URI, String) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a new URI with all the same components as the given base URI, but with a path component created by appending the given extension to the base URI's path.
Assert - Class in org.eclipse.core.runtime
Assert is useful for for embedding runtime sanity checks in code.
AssertionFailedException - Exception in org.eclipse.core.runtime
AssertionFailedException is a runtime exception thrown by some of the methods in Assert.
AssertionFailedException(String) - Constructor for exception org.eclipse.core.runtime.AssertionFailedException
Constructs a new exception with the given message.
assertLocationInitialized() - Method in class org.eclipse.core.internal.runtime.DataArea
 

B

beginTask(String, int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
beginTask(String, int) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
beginTask(String, int) - Method in class org.eclipse.core.runtime.SubMonitor
Starts a new main task.
beginTask(String, int) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
Starts a new main task.
BUNDLE - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 

C

CANCEL - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 8) indicating this status represents a cancelation
CANCEL_STATUS - Static variable in class org.eclipse.core.runtime.Status
A standard CANCEL status with no message.
checkCanceled() - Method in class org.eclipse.core.runtime.SubMonitor
Checks whether cancellation of current operation has been requested and throws an OperationCanceledException if it was the case.
clear() - Method in class org.eclipse.core.runtime.ListenerList
Removes all listeners from this list.
clearBlocked() - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
Clears the blocked state of the running operation.
clearBlocked() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
clearBlocked() - Method in class org.eclipse.core.runtime.SubMonitor
 
clone() - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path.
clone() - Method in class org.eclipse.core.runtime.Path
 
CommonMessages - Class in org.eclipse.core.internal.runtime
 
CommonMessages() - Constructor for class org.eclipse.core.internal.runtime.CommonMessages
 
computeAdapterTypes(Class<? extends Object>) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
computeAdapterTypes(Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the types that can be obtained by converting adaptableClass via this manager.
computeClassOrder(Class<T>) - Method in class org.eclipse.core.internal.runtime.AdapterManager
Returns the super-type search order starting with adaptable.
computeClassOrder(Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the class search order for a given class.
CONFIG - Static variable in class org.eclipse.core.internal.runtime.PlatformURLConfigConnection
 
connect() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
contains(T) - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
contains(ILogListener) - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
Checks if the given listener is present
convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convertToStatus(LogEntry) - Static method in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
CoreException - Exception in org.eclipse.core.runtime
A checked exception representing a failure.
CoreException(IStatus) - Constructor for exception org.eclipse.core.runtime.CoreException
Creates a new exception with the given status object.

D

DataArea - Class in org.eclipse.core.internal.runtime
This class can only be used if OSGi plugin is available
DataArea() - Constructor for class org.eclipse.core.internal.runtime.DataArea
 
DEBUG - Static variable in class org.eclipse.core.internal.boot.PlatformURLConnection
 
debug(String) - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
debug - Static variable in class org.eclipse.core.internal.runtime.TracingOptions
 
DEBUG_CACHE_COPY - Static variable in class org.eclipse.core.internal.boot.PlatformURLConnection
 
DEBUG_CACHE_LOOKUP - Static variable in class org.eclipse.core.internal.boot.PlatformURLConnection
 
DEBUG_CONNECT - Static variable in class org.eclipse.core.internal.boot.PlatformURLConnection
 
DEBUG_OPTIONS_LISTENER - Static variable in class org.eclipse.core.internal.runtime.TracingOptions
 
debugProgressMonitors - Static variable in class org.eclipse.core.internal.runtime.TracingOptions
 
DevClassPathHelper - Class in org.eclipse.core.internal.runtime
 
DevClassPathHelper() - Constructor for class org.eclipse.core.internal.runtime.DevClassPathHelper
 
devDefaultClasspath - Static variable in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
DEVICE_SEPARATOR - Static variable in interface org.eclipse.core.runtime.IPath
Device separator character constant ":" used in paths.
devProperties - Static variable in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
done() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
done() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
done(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
Calls SubMonitor.done() on the given monitor if is non-null.
done() - Method in class org.eclipse.core.runtime.SubMonitor
 
done() - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 

E

elementSize - Variable in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
EMPTY - Static variable in class org.eclipse.core.runtime.Path
Constant value containing the empty path with no device on the local file system.
eq(Object, Object) - Static method in class org.eclipse.core.runtime.SubMonitor
 
EQUALITY - Static variable in class org.eclipse.core.runtime.ListenerList
Mode constant (value 0) indicating that listeners should be considered the same if they are equal.
equals(Object) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path equals the given object.
equals(Object) - Method in class org.eclipse.core.runtime.Path
 
equals(Object) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compare version identifiers for equality.
equals(Object) - Method in class org.eclipse.core.runtime.QualifiedName
Returns whether this qualified name is equivalent to the given object.
EQUINOX_LOGGER_NAME - Static variable in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
ERROR - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 4) indicating this status represents an error.

F

FAILED_WRITE_METADATA - Static variable in interface org.eclipse.core.internal.runtime.IRuntimeConstants
Status code constant (value 5) indicating the platform could not write some of its metadata.
FILE - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 
FileLocator - Class in org.eclipse.core.runtime
This class contains a collection of helper methods for finding files in bundles.
find(Bundle, IPath) - Static method in class org.eclipse.core.internal.runtime.FindSupport
find(Bundle, IPath, Map<String, String>) - Static method in class org.eclipse.core.internal.runtime.FindSupport
find(URL) - Static method in class org.eclipse.core.internal.runtime.FindSupport
find(Bundle, IPath, Map<String, String>) - Static method in class org.eclipse.core.runtime.FileLocator
Returns a URL for the given path in the given bundle.
find(URL) - Static method in class org.eclipse.core.runtime.FileLocator
Returns the URL of a resource inside a bundle corresponding to the given URL.
findEntries(Bundle, IPath) - Static method in class org.eclipse.core.internal.runtime.FindSupport
findEntries(Bundle, IPath, Map<String, String>) - Static method in class org.eclipse.core.internal.runtime.FindSupport
findEntries(Bundle, IPath, Map<String, String>) - Static method in class org.eclipse.core.runtime.FileLocator
This method is the same as FileLocator.find(Bundle, IPath, Map) except multiple entries can be returned if more than one entry matches the path in the host and any of its fragments.
findEntries(Bundle, IPath) - Static method in class org.eclipse.core.runtime.FileLocator
This is a convenience method, fully equivalent to FileLocator.findEntries(Bundle, IPath, Map), with a value of null for the map argument.
FindSupport - Class in org.eclipse.core.internal.runtime
 
FindSupport() - Constructor for class org.eclipse.core.internal.runtime.FindSupport
 
flushLookup() - Method in class org.eclipse.core.internal.runtime.AdapterManager
Flushes the cache of adapter search paths.
forPosix(String) - Static method in class org.eclipse.core.runtime.Path
Constructs a new POSIX path from the given string path.
forWindows(String) - Static method in class org.eclipse.core.runtime.Path
Constructs a new Windows path from the given string path.
FRAGMENT - Static variable in class org.eclipse.core.internal.runtime.PlatformURLFragmentConnection
 
fromOSString(String) - Static method in class org.eclipse.core.runtime.Path
Constructs a new path from the given string path.
fromPortableString(String) - Static method in class org.eclipse.core.runtime.Path
Constructs a new path from the given path string.
fromString(String) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a URI corresponding to the given unencoded string.

G

get(T) - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
getAdapter(Object, Class<T>) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
getAdapter(Object, String) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
getAdapter(Class<T>) - Method in interface org.eclipse.core.runtime.IAdaptable
Returns an object which is an instance of the given class associated with this object.
getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterFactory
Returns an object which is an instance of the given class associated with the given object.
getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object which is an instance of the given class associated with the given object.
getAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object which is an instance of the given class name associated with the given object.
getAdapter(Class<T>) - Method in class org.eclipse.core.runtime.PlatformObject
Returns an object which is an instance of the given class associated with this object.
getAdapterList() - Method in interface org.eclipse.core.runtime.IAdapterFactory
Returns the collection of adapter types handled by this factory.
getAdapterNames() - Method in interface org.eclipse.core.internal.runtime.IAdapterFactoryExt
 
getArrayFromList(String) - Static method in class org.eclipse.core.internal.runtime.DevClassPathHelper
Returns the result of converting a list of comma-separated tokens into an array
getBundle(String) - Method in class org.eclipse.core.internal.runtime.Activator
Return the resolved bundle with the specified symbolic name.
getBundleFile(Bundle) - Static method in class org.eclipse.core.runtime.FileLocator
Returns a file for the contents of the specified bundle.
getBundleGroups() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
Returns the bundle groups provided by this provider.
getBundleId(Object) - Method in class org.eclipse.core.internal.runtime.Activator
Returns the bundle id of the bundle that contains the provided object, or null if the bundle could not be determined.
getBundles() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns a list of all bundles supplied by this bundle group.
getCause() - Method in exception org.eclipse.core.runtime.CoreException
Returns the cause of this exception, or null if none.
getChildren() - Method in interface org.eclipse.core.runtime.IStatus
Returns a list of status object immediately contained in this multi-status, or an empty list if this is not a multi-status.
getChildren() - Method in class org.eclipse.core.runtime.MultiStatus
 
getChildren() - Method in class org.eclipse.core.runtime.Status
 
getCode() - Method in interface org.eclipse.core.runtime.IStatus
Returns the plug-in-specific status code describing the outcome.
getCode() - Method in class org.eclipse.core.runtime.Status
 
getConfigurationLocation() - Method in class org.eclipse.core.internal.runtime.Activator
 
getDebugOptions() - Method in class org.eclipse.core.internal.runtime.Activator
 
getDefault() - Static method in class org.eclipse.core.internal.runtime.Activator
 
getDefault() - Static method in class org.eclipse.core.internal.runtime.AdapterManager
 
getDescription() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns a text description of this bundle group.
getDevClassPath(String) - Static method in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
getDevice() - Method in interface org.eclipse.core.runtime.IPath
Returns the device id for this path, or null if this path has no device id.
getDevice() - Method in class org.eclipse.core.runtime.Path
 
getException() - Method in interface org.eclipse.core.runtime.IStatus
Returns the relevant low-level exception, or null if none.
getException() - Method in class org.eclipse.core.runtime.Status
 
getFactories() - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
getFileExtension() - Method in interface org.eclipse.core.runtime.IPath
Returns the file extension portion of this path, or null if there is none.
getFileExtension() - Method in class org.eclipse.core.runtime.Path
 
getFragments(Bundle) - Method in class org.eclipse.core.internal.runtime.Activator
 
getFrameworkLog() - Method in class org.eclipse.core.internal.runtime.Activator
 
getId(String) - Static method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
getIdentifier() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the identifier of this bundle group.
getInputStream() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
getInstallLocation() - Method in class org.eclipse.core.internal.runtime.Activator
 
getInstanceDataLocation() - Method in class org.eclipse.core.internal.runtime.DataArea
 
getInstanceLocation() - Method in class org.eclipse.core.internal.runtime.Activator
 
getLevel(IStatus) - Static method in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
getListeners() - Method in class org.eclipse.core.runtime.ListenerList
Returns an array containing all the registered listeners.
getLocalization(Bundle, String) - Method in class org.eclipse.core.internal.runtime.Activator
Returns the resource bundle responsible for location of the given bundle in the given locale.
getLocalName() - Method in class org.eclipse.core.runtime.QualifiedName
Returns the local part of this name.
getLog(IStatus) - Static method in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
getLogLocation() - Method in class org.eclipse.core.internal.runtime.DataArea
Returns the local file system path of the log file, or the default log location if the log is not in the local file system.
getMajorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the major (incompatible) component of this version identifier.
getMessage() - Method in interface org.eclipse.core.runtime.IStatus
Returns the message describing the outcome.
getMessage() - Method in class org.eclipse.core.runtime.Status
 
getMetaArea() - Static method in class org.eclipse.core.internal.runtime.MetaDataKeeper
Returns the object which defines the location and organization of the platform's meta area.
getMetadataLocation() - Method in class org.eclipse.core.internal.runtime.DataArea
 
getMinorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the minor (compatible) component of this version identifier.
getName() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the human-readable name of this bundle group.
getName() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
Returns the human-readable name of this bundle group provider.
getOutputStream() - Method in class org.eclipse.core.internal.runtime.PlatformURLConfigConnection
 
getOutputStream() - Method in class org.eclipse.core.internal.runtime.PlatformURLMetaConnection
 
getPlugin() - Method in interface org.eclipse.core.runtime.IStatus
Returns the unique identifier of the plug-in associated with this status (this is the plug-in that defines the meaning of the status code).
getPlugin() - Method in class org.eclipse.core.runtime.Status
 
getPreferenceLocation(String, boolean) - Method in class org.eclipse.core.internal.runtime.DataArea
 
getProperty(String) - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the property of this bundle group with the given key.
getProviderName() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the name of the provider of this bundle group.
getQualifier() - Method in class org.eclipse.core.runtime.QualifiedName
Returns the qualifier part for this qualified name, or null if none.
getQualifierComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the qualifier component of this version identifier.
getResolvedURL() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
getResourceBundle(Bundle) - Static method in class org.eclipse.core.internal.runtime.ResourceTranslator
 
getResourceString(Bundle, String) - Static method in class org.eclipse.core.internal.runtime.ResourceTranslator
 
getResourceString(Bundle, String, ResourceBundle) - Static method in class org.eclipse.core.internal.runtime.ResourceTranslator
 
getResourceString(Bundle, String[], String) - Static method in class org.eclipse.core.internal.runtime.ResourceTranslator
 
getServiceComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the service level component of this version identifier.
getSeverity() - Method in interface org.eclipse.core.runtime.IStatus
Returns the severity.
getSeverity() - Method in class org.eclipse.core.runtime.Status
 
getStateLocation(Bundle) - Method in class org.eclipse.core.internal.runtime.DataArea
Returns the read/write location in which the given bundle can manage private state.
getStatus() - Method in exception org.eclipse.core.runtime.CoreException
Returns the status object for this exception.
getTraceLocation() - Method in class org.eclipse.core.internal.runtime.DataArea
 
getURLAsLocal() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
getURLConverter(URL) - Static method in class org.eclipse.core.internal.runtime.Activator
 
getVersion(String) - Static method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
getVersion() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the version of this bundle group.
getWrappedProgressMonitor() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
Returns the wrapped progress monitor.

H

handleException(Throwable) - Method in interface org.eclipse.core.runtime.ISafeRunnable
Handles an exception thrown by this runnable's ISafeRunnable.run() method.
HARD - Static variable in class org.eclipse.core.internal.runtime.ReferenceHashSet
Constant indicating that hard references should be used.
hasAdapter(Object, String) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
hasAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns whether there is an adapter factory registered that may be able to convert adaptable to an object of type adapterTypeName.
hashCode() - Method in class org.eclipse.core.runtime.Path
 
hashCode() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns a hash code value for the object.
hashCode() - Method in class org.eclipse.core.runtime.QualifiedName
 
hasListeners() - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
Determines if there are any listeners
hasTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has a trailing separator.
hasTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 

I

IAdaptable - Interface in org.eclipse.core.runtime
An interface for an adaptable object.
IAdapterFactory - Interface in org.eclipse.core.runtime
An adapter factory defines behavioral extensions for one or more classes that implements the IAdaptable interface.
IAdapterFactoryExt - Interface in org.eclipse.core.internal.runtime
An internal interface that exposes portion of AdapterFactoryProxy functionality without the need to import the class itself.
IAdapterManager - Interface in org.eclipse.core.runtime
An adapter manager maintains a registry of adapter factories.
IAdapterManagerProvider - Interface in org.eclipse.core.internal.runtime
The callback interface for the elements desiring to lazily supply information to the adapter manager.
IBundleGroup - Interface in org.eclipse.core.runtime
Bundle groups represent a logical collection of plug-ins (aka bundles).
IBundleGroupProvider - Interface in org.eclipse.core.runtime
Bundle group providers define groups of plug-ins which have been installed in the current system.
ICoreRunnable - Interface in org.eclipse.core.runtime
A functional interface for a runnable that can be cancelled and can report progress using the progress monitor passed to the ICoreRunnable.run(IProgressMonitor) method.
IDENTITY - Static variable in class org.eclipse.core.runtime.ListenerList
Mode constant (value 1) indicating that listeners should be considered the same if they are identical.
ILogListener - Interface in org.eclipse.core.runtime
A log listener is notified of entries added to a plug-in's log.
inDevelopmentMode - Static variable in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
inDevelopmentMode() - Static method in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
INFO - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
internalWorked(double) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
internalWorked(double) - Method in class org.eclipse.core.runtime.SubMonitor
 
internalWorked(double) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 
IPath - Interface in org.eclipse.core.runtime
A path is an ordered collection of string segments, separated by a standard separator character, "/".
IProgressMonitor - Interface in org.eclipse.core.runtime
The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods in this interface are invoked by code that performs the activity.
IProgressMonitorWithBlocking - Interface in org.eclipse.core.runtime
An extension to the IProgressMonitor interface for monitors that want to support feedback when an activity is blocked due to concurrent activity in another thread.
IRuntimeConstants - Interface in org.eclipse.core.internal.runtime
 
isAbsolute() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is an absolute path (ignoring any device id).
isAbsolute() - Method in class org.eclipse.core.runtime.Path
 
ISafeRunnable - Interface in org.eclipse.core.runtime
Safe runnables represent blocks of code and associated exception handlers.
isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation returns the value of the internal state variable set by setCanceled.
isCanceled() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
isCanceled() - Method in class org.eclipse.core.runtime.SubMonitor
 
isCompatibleWith(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for compatibility.
isEmpty() - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
Helps determine if the logging mechanism is ready for logging.
isEmpty() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has no segments and is not a root path.
isEmpty() - Method in class org.eclipse.core.runtime.ListenerList
Returns whether this listener list is empty.
isEmpty() - Method in class org.eclipse.core.runtime.Path
 
isEquivalentTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for equivalency.
isFileURI(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns whether the given URI refers to a local file system URI.
isGreaterOrEqualTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers to see if this one is greater than or equal to the argument.
isGreaterThan(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for order using multi-decimal comparison.
isLegal(boolean) - Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
isLoggable(Bundle, String, int) - Method in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
isMultiStatus() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status is a multi-status.
isMultiStatus() - Method in class org.eclipse.core.runtime.MultiStatus
 
isMultiStatus() - Method in class org.eclipse.core.runtime.Status
 
isNotNull(Object) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null.
isOK() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status indicates everything is okay (neither info, warning, nor error).
isOK() - Method in class org.eclipse.core.runtime.Status
 
isPerfect(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for perfect equality.
isPrefixOf(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a prefix of the given path.
isPrefixOf(IPath) - Method in class org.eclipse.core.runtime.Path
 
isRoot() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRoot() - Method in class org.eclipse.core.runtime.Path
 
IStatus - Interface in org.eclipse.core.runtime
A status object represents the outcome of an operation.
isTrue(boolean) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true.
isUNC() - Method in interface org.eclipse.core.runtime.IPath
Returns a boolean value indicating whether or not this path is considered to be in UNC form.
isUNC() - Method in class org.eclipse.core.runtime.Path
 
isValidPath(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is syntactically correct as a path, on this path's file system.
isValidPath(String) - Method in class org.eclipse.core.runtime.Path
 
isValidPosixPath(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is syntactically correct as a path on a POSIX file system.
isValidPosixSegment(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is valid as a segment in a path on a POSIX file system.
isValidSegment(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is valid as a segment in this path.
isValidSegment(String) - Method in class org.eclipse.core.runtime.Path
 
isValidWindowsPath(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is syntactically correct as a path on the Windows file system.
isValidWindowsSegment(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is valid as a segment in a path on the Windows file system.
iterator() - Method in class org.eclipse.core.runtime.ListenerList
Returns an iterator over all the registered listeners.

J

JAR - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 
JAR_SEPARATOR - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 

L

lastSegment() - Method in interface org.eclipse.core.runtime.IPath
Returns the last segment of this path, or null if it does not have any segments.
lastSegment() - Method in class org.eclipse.core.runtime.Path
 
lastSegment(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns the last segment of the given URI.
ListenerList<E> - Class in org.eclipse.core.runtime
This class is a thread safe list that is designed for storing lists of listeners.
ListenerList() - Constructor for class org.eclipse.core.runtime.ListenerList
Creates a listener list in which listeners are compared using equality.
ListenerList(int) - Constructor for class org.eclipse.core.runtime.ListenerList
Creates a listener list using the provided comparison mode.
loadAdapter(Object, String) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
loadAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns an object that is an instance of the given class name associated with the given object.
LOADED - Static variable in interface org.eclipse.core.runtime.IAdapterManager
This value can be returned to indicate that an adapter factory is loaded.
loadFactory(boolean) - Method in interface org.eclipse.core.internal.runtime.IAdapterFactoryExt
Loads the real adapter factory, but only if its associated plug-in is already loaded.
LocalizationUtils - Class in org.eclipse.core.internal.runtime
Helper methods related to string localization.
LocalizationUtils() - Constructor for class org.eclipse.core.internal.runtime.LocalizationUtils
 
log(IStatus) - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
Notifies all listeners of the platform log.
logged(LogEntry) - Method in class org.eclipse.core.internal.runtime.PlatformLogWriter
 
logging(IStatus, String) - Method in interface org.eclipse.core.runtime.ILogListener
Notifies this listener that given status has been logged by a plug-in.

M

makeAbsolute() - Method in interface org.eclipse.core.runtime.IPath
Returns an absolute path with the segments and device id of this path.
makeAbsolute() - Method in class org.eclipse.core.runtime.Path
 
makeAbsolute(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns an absolute URI that is created by appending the given relative URI to the given base.
makeRelative() - Method in interface org.eclipse.core.runtime.IPath
Returns a relative path with the segments and device id of this path.
makeRelative() - Method in class org.eclipse.core.runtime.Path
 
makeRelative(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a URI equivalent to the given original URI, but relative to the given base URI if possible.
makeRelativeTo(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns a path equivalent to this path, but relative to the given base path if possible.
makeRelativeTo(IPath) - Method in class org.eclipse.core.runtime.Path
Returns a path equivalent to this path, but relative to the given base path if possible.
makeUNC(boolean) - Method in interface org.eclipse.core.runtime.IPath
Return a new path which is the equivalent of this path converted to UNC form (if the given boolean is true) or this path not as a UNC path (if the given boolean is false).
makeUNC(boolean) - Method in class org.eclipse.core.runtime.Path
 
matches(int) - Method in interface org.eclipse.core.runtime.IStatus
Returns whether the severity of this status matches the given severity mask.
matches(int) - Method in class org.eclipse.core.runtime.Status
 
matchingFirstSegments(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns a count of the number of segments which match in this path and the given path (device ids are ignored), comparing in increasing segment number order.
matchingFirstSegments(IPath) - Method in class org.eclipse.core.runtime.Path
 
MemoryEventConstants - Class in org.eclipse.equinox.events
Defines constants for memory event handlers.
merge(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Merges the given status into this multi-status.
META - Static variable in class org.eclipse.core.internal.runtime.PlatformURLMetaConnection
 
meta_couldNotCreate - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
meta_instanceDataUnspecified - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
meta_noDataModeSpecified - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
meta_notDir - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
meta_pluginProblems - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
meta_readonly - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
MetaDataKeeper - Class in org.eclipse.core.internal.runtime
The class contains a set of utilities working platform metadata area.
MetaDataKeeper() - Constructor for class org.eclipse.core.internal.runtime.MetaDataKeeper
 
MultiStatus - Class in org.eclipse.core.runtime
A concrete multi-status implementation, suitable either for instantiating or subclassing.
MultiStatus(String, int, IStatus[], String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
Creates and returns a new multi-status object with the given children.
MultiStatus(String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
Creates and returns a new multi-status object with no children.

N

newChild(int) - Method in class org.eclipse.core.runtime.SubMonitor
Creates a new SubMonitor that will consume the given number of ticks from its parent.
newChild(int, int) - Method in class org.eclipse.core.runtime.SubMonitor
This is much like SubMonitor.split(int), but it does not check for cancellation and will not throw OperationCanceledException.
NONE - Static variable in interface org.eclipse.core.runtime.IAdapterManager
This value can be returned to indicate that no applicable adapter factory was found.
NOT_LOADED - Static variable in interface org.eclipse.core.runtime.IAdapterManager
This value can be returned to indicate that an adapter factory was found, but has not been loaded.
NullProgressMonitor - Class in org.eclipse.core.runtime
A default progress monitor implementation suitable for subclassing.
NullProgressMonitor() - Constructor for class org.eclipse.core.runtime.NullProgressMonitor
Constructs a new progress monitor.

O

ok - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
OK - Static variable in interface org.eclipse.core.runtime.IStatus
Status severity constant (value 0) indicating this status represents the nominal case.
OK_STATUS - Static variable in class org.eclipse.core.runtime.Status
A standard OK status with an "ok" message.
openConnection(URL) - Method in class org.eclipse.core.internal.boot.PlatformURLHandler
 
openStream(Bundle, IPath, boolean) - Static method in class org.eclipse.core.internal.runtime.FindSupport
openStream(Bundle, IPath, boolean) - Static method in class org.eclipse.core.runtime.FileLocator
Returns an input stream for the specified file.
OperationCanceledException - Exception in org.eclipse.core.runtime
This exception is thrown to blow out of a long-running method when the user cancels it.
OperationCanceledException() - Constructor for exception org.eclipse.core.runtime.OperationCanceledException
Creates a new exception.
OperationCanceledException(String) - Constructor for exception org.eclipse.core.runtime.OperationCanceledException
Creates a new exception with the given message.
org.eclipse.core.internal.boot - package org.eclipse.core.internal.boot
 
org.eclipse.core.internal.runtime - package org.eclipse.core.internal.runtime
Provides core support for the runtime.
org.eclipse.core.runtime - package org.eclipse.core.runtime
Provides support for the runtime platform, core utility methods and the extension registry.
org.eclipse.equinox.events - package org.eclipse.equinox.events
 

P

parallelStream() - Method in class org.eclipse.core.runtime.ListenerList
Returns a parallel Stream over the registered listeners.
parse(String, URL) - Static method in class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
parse_doubleSeparatorVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_emptyPluginVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_fourElementPluginVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_numericMajorComponent - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_numericMinorComponent - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_numericServiceComponent - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_oneElementPluginVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_postiveMajor - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_postiveMinor - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_postiveService - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_separatorEndVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
parse_separatorStartVersion - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
Path - Class in org.eclipse.core.runtime
The standard implementation of the IPath interface.
Path(String) - Constructor for class org.eclipse.core.runtime.Path
Constructs a new path from the given string path.
Path(String, String) - Constructor for class org.eclipse.core.runtime.Path
Constructs a new path from the given device id and string path.
PI_COMMON - Static variable in interface org.eclipse.core.internal.runtime.IRuntimeConstants
Name of this bundle.
PI_RUNTIME - Static variable in interface org.eclipse.core.internal.runtime.IRuntimeConstants
The unique identifier constant (value "org.eclipse.core.runtime") of the Core Runtime (pseudo-) plug-in.
PLATFORM - Static variable in class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
PLATFORM_URL_STRING - Static variable in class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
PlatformLogWriter - Class in org.eclipse.core.internal.runtime
A log writer that writes log entries.
PlatformLogWriter(ExtendedLogService, PackageAdmin, Bundle) - Constructor for class org.eclipse.core.internal.runtime.PlatformLogWriter
 
PlatformObject - Class in org.eclipse.core.runtime
An abstract superclass implementing the IAdaptable interface.
PlatformObject() - Constructor for class org.eclipse.core.runtime.PlatformObject
Constructs a new platform object.
PlatformURLBaseConnection - Class in org.eclipse.core.internal.boot
Platform URL support platform:/base/ maps to platform installation location
PlatformURLBaseConnection(URL) - Constructor for class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
PlatformURLConfigConnection - Class in org.eclipse.core.internal.runtime
 
PlatformURLConfigConnection(URL) - Constructor for class org.eclipse.core.internal.runtime.PlatformURLConfigConnection
 
PlatformURLConnection - Class in org.eclipse.core.internal.boot
Platform URL support
PlatformURLConnection(URL) - Constructor for class org.eclipse.core.internal.boot.PlatformURLConnection
 
PlatformURLConverter - Class in org.eclipse.core.internal.runtime
Class which implements the URLConverter service.
PlatformURLConverter() - Constructor for class org.eclipse.core.internal.runtime.PlatformURLConverter
 
PlatformURLFragmentConnection - Class in org.eclipse.core.internal.runtime
Platform URL support platform:/fragment/fragmentId/ maps to fragmentDescriptor.getInstallURLInternal()
PlatformURLFragmentConnection(URL) - Constructor for class org.eclipse.core.internal.runtime.PlatformURLFragmentConnection
 
PlatformURLHandler - Class in org.eclipse.core.internal.boot
URL handler for the "platform" protocol
PlatformURLHandler() - Constructor for class org.eclipse.core.internal.boot.PlatformURLHandler
 
PlatformURLMetaConnection - Class in org.eclipse.core.internal.runtime
 
PlatformURLMetaConnection(URL) - Constructor for class org.eclipse.core.internal.runtime.PlatformURLMetaConnection
 
PlatformURLPluginConnection - Class in org.eclipse.core.internal.runtime
Platform URL support platform:/plugin/pluginId/ maps to pluginDescriptor.getInstallURLInternal()
PlatformURLPluginConnection(URL) - Constructor for class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
PLUGIN - Static variable in class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
PLUGIN_ERROR - Static variable in interface org.eclipse.core.internal.runtime.IRuntimeConstants
Status code constant (value 2) indicating an error occurred while running a plug-in.
PLUGIN_ID - Static variable in class org.eclipse.core.internal.runtime.Activator
 
PluginVersionIdentifier - Class in org.eclipse.core.runtime
Deprecated.
clients should use org.osgi.framework.Version instead
PluginVersionIdentifier(int, int, int) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Creates a plug-in version identifier from its components.
PluginVersionIdentifier(int, int, int, String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Creates a plug-in version identifier from its components.
PluginVersionIdentifier(String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Creates a plug-in version identifier from the given string.
PREPEND_MAIN_LABEL_TO_SUBTASK - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
Style constant indicating that the main task label should be prepended to the subtask label.
printChildren(IStatus, PrintStream) - Static method in class org.eclipse.core.internal.runtime.PrintStackUtil
 
printChildren(IStatus, PrintWriter) - Static method in class org.eclipse.core.internal.runtime.PrintStackUtil
 
printStackTrace() - Method in exception org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
printStackTrace(PrintStream) - Method in exception org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
printStackTrace(PrintWriter) - Method in exception org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
PrintStackUtil - Class in org.eclipse.core.internal.runtime
 
PrintStackUtil() - Constructor for class org.eclipse.core.internal.runtime.PrintStackUtil
 
ProgressMonitorWrapper - Class in org.eclipse.core.runtime
An abstract wrapper around a progress monitor which, unless overridden, forwards IProgressMonitor and IProgressMonitorWithBlocking methods to the wrapped progress monitor.
ProgressMonitorWrapper(IProgressMonitor) - Constructor for class org.eclipse.core.runtime.ProgressMonitorWrapper
Creates a new wrapper around the given monitor.
PROP_ARCH - Static variable in class org.eclipse.core.internal.runtime.FindSupport
 
PROP_DEV - Static variable in class org.eclipse.core.internal.runtime.DevClassPathHelper
 
PROP_NL - Static variable in class org.eclipse.core.internal.runtime.FindSupport
 
PROP_OS - Static variable in class org.eclipse.core.internal.runtime.FindSupport
 
PROP_WS - Static variable in class org.eclipse.core.internal.runtime.FindSupport
 
PROTOCOL - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 
PROTOCOL_SEPARATOR - Static variable in class org.eclipse.core.internal.boot.PlatformURLHandler
 

Q

QualifiedName - Class in org.eclipse.core.runtime
Qualified names are two-part names: qualifier and local name.
QualifiedName(String, String) - Constructor for class org.eclipse.core.runtime.QualifiedName
Creates and returns a new qualified name with the given qualifier and local name.
queryAdapter(Object, String) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
queryAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns a status of an adapter factory registered that may be able to convert adaptable to an object of type adapterTypeName.

R

ReferenceHashSet<T> - Class in org.eclipse.core.internal.runtime
A hashset whose values can be garbage collected.
ReferenceHashSet() - Constructor for class org.eclipse.core.internal.runtime.ReferenceHashSet
 
ReferenceHashSet(int) - Constructor for class org.eclipse.core.internal.runtime.ReferenceHashSet
 
register(String, Class<?>) - Static method in class org.eclipse.core.internal.boot.PlatformURLHandler
 
registerAdapters(IAdapterFactory, Class<?>) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
registerAdapters(IAdapterFactory, Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Registers the given adapter factory as extending objects of the given type.
registerFactory(IAdapterFactory, String) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
registerLazyFactoryProvider(IAdapterManagerProvider) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
reloadMessages() - Static method in class org.eclipse.core.internal.runtime.CommonMessages
 
remove(T) - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
remove(Object) - Method in class org.eclipse.core.runtime.ListenerList
Removes a listener from this list.
removeFileExtension() - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the file extension removed.
removeFileExtension() - Method in class org.eclipse.core.runtime.Path
 
removeFileExtension(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a new URI which is the same as this URI but with the file extension removed from the path part.
removeFirstSegments(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the beginning.
removeFirstSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeLastSegments(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the end.
removeLastSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeLogListener(ILogListener) - Static method in class org.eclipse.core.internal.runtime.RuntimeLog
See org.eclipse.core.runtime.Platform#removeLogListener(ILogListener)
removeTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator removed.
removeTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
resolve() - Method in class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
resolve() - Method in class org.eclipse.core.internal.boot.PlatformURLConnection
 
resolve() - Method in class org.eclipse.core.internal.runtime.PlatformURLConfigConnection
 
resolve(URL) - Method in class org.eclipse.core.internal.runtime.PlatformURLConverter
 
resolve() - Method in class org.eclipse.core.internal.runtime.PlatformURLFragmentConnection
 
resolve() - Method in class org.eclipse.core.internal.runtime.PlatformURLMetaConnection
 
resolve() - Method in class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
resolve(URL) - Static method in class org.eclipse.core.runtime.FileLocator
Converts a URL that uses a client-defined protocol into a URL that uses a protocol which is native to the Java class library (file, jar, http, etc).
ResourceTranslator - Class in org.eclipse.core.internal.runtime
This class can only be used if OSGi plugin is available.
ResourceTranslator() - Constructor for class org.eclipse.core.internal.runtime.ResourceTranslator
 
ROOT - Static variable in class org.eclipse.core.runtime.Path
Constant value containing the root path with no device on the local file system.
run(IProgressMonitor) - Method in interface org.eclipse.core.runtime.ICoreRunnable
Executes this runnable.
run() - Method in interface org.eclipse.core.runtime.ISafeRunnable
Runs this runnable.
run(ISafeRunnable) - Static method in class org.eclipse.core.runtime.SafeRunner
Runs the given runnable in a protected mode.
RuntimeLog - Class in org.eclipse.core.internal.runtime
NOT API!!!
RuntimeLog() - Constructor for class org.eclipse.core.internal.runtime.RuntimeLog
 

S

safeLocalize(String) - Static method in class org.eclipse.core.internal.runtime.LocalizationUtils
This method can be used in the absence of NLS class.
SafeRunner - Class in org.eclipse.core.runtime
Runs the given ISafeRunnable in a protected mode: exceptions and certain errors thrown in the runnable are logged and passed to the runnable's exception handler.
SafeRunner() - Constructor for class org.eclipse.core.runtime.SafeRunner
 
sameURI(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns true if the two URIs are equal.
segment(int) - Method in interface org.eclipse.core.runtime.IPath
Returns the specified segment of this path, or null if the path does not have such a segment.
segment(int) - Method in class org.eclipse.core.runtime.Path
 
segmentCount() - Method in interface org.eclipse.core.runtime.IPath
Returns the number of segments in this path.
segmentCount() - Method in class org.eclipse.core.runtime.Path
 
segments() - Method in interface org.eclipse.core.runtime.IPath
Returns the segments in this path in order.
segments() - Method in class org.eclipse.core.runtime.Path
 
SEPARATOR - Static variable in interface org.eclipse.core.runtime.IPath
Path separator character constant "/" used in paths.
setBlocked(IStatus) - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
Indicates that this operation is blocked by some background activity.
setBlocked(IStatus) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
setBlocked(IStatus) - Method in class org.eclipse.core.runtime.SubMonitor
 
setCanceled(boolean) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Sets the cancel state to the given value.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation sets the value of an internal state variable.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.SubMonitor
 
setCode(int) - Method in class org.eclipse.core.runtime.Status
Sets the status code.
setDevice(String) - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the given device id.
setDevice(String) - Method in class org.eclipse.core.runtime.Path
 
setException(Throwable) - Method in class org.eclipse.core.runtime.Status
Sets the exception.
setMessage(String) - Method in class org.eclipse.core.runtime.Status
Sets the message.
setPlugin(String) - Method in class org.eclipse.core.runtime.Status
Sets the plug-in id.
setSeverity(int) - Method in class org.eclipse.core.runtime.Status
Sets the severity.
setTaskName(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Sets the task name to the given value.
setTaskName(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
setTaskName(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
setTaskName(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
Sets the work remaining for this SubMonitor instance.
size() - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
size() - Method in class org.eclipse.core.runtime.ListenerList
Returns the number of registered listeners.
SOFT - Static variable in class org.eclipse.core.internal.runtime.ReferenceHashSet
Constant indiciating that soft references should be used.
split(int) - Method in class org.eclipse.core.runtime.SubMonitor
This is shorthand for calling split(totalWork, SUPPRESS_BEGINTASK).
split(int, int) - Method in class org.eclipse.core.runtime.SubMonitor
Creates a sub progress monitor that will consume the given number of ticks from the receiver.
spliterator() - Method in class org.eclipse.core.runtime.ListenerList
Returns a Spliterator covering the registered listeners.
start(BundleContext) - Method in class org.eclipse.core.internal.runtime.Activator
 
startup(URL) - Static method in class org.eclipse.core.internal.boot.PlatformURLBaseConnection
 
startup() - Static method in class org.eclipse.core.internal.runtime.PlatformURLConfigConnection
 
startup() - Static method in class org.eclipse.core.internal.runtime.PlatformURLFragmentConnection
 
startup() - Static method in class org.eclipse.core.internal.runtime.PlatformURLMetaConnection
 
startup() - Static method in class org.eclipse.core.internal.runtime.PlatformURLPluginConnection
 
Status - Class in org.eclipse.core.runtime
A concrete status implementation, suitable either for instantiating or subclassing.
Status(int, String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
Creates a new status object.
Status(int, String, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
Simplified constructor of a new status object; assumes that code is OK.
Status(int, String, String) - Constructor for class org.eclipse.core.runtime.Status
Simplified constructor of a new status object; assumes that code is OK and exception is null.
stop(BundleContext) - Method in class org.eclipse.core.internal.runtime.Activator
 
stream() - Method in class org.eclipse.core.runtime.ListenerList
Returns a sequential Stream over the registered listeners.
SubMonitor - Class in org.eclipse.core.runtime
A progress monitor that uses a given amount of work ticks from a parent monitor.
SubProgressMonitor - Class in org.eclipse.core.runtime
Deprecated.
use SubMonitor instead
SubProgressMonitor(IProgressMonitor, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
Creates a new sub-progress monitor for the given monitor.
SubProgressMonitor(IProgressMonitor, int, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
Creates a new sub-progress monitor for the given monitor.
subTask(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a subtask of the main task is beginning.
subTask(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
subTask(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
subTask(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
subTask(String) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 
SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_ISCANCELED - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to SubMonitor.split(int).
SUPPRESS_SUBTASK_LABEL - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
Style constant indicating that calls to subTask should not have any effect.

T

toArray() - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
toFile() - Method in interface org.eclipse.core.runtime.IPath
Returns a java.io.File corresponding to this path.
toFile() - Method in class org.eclipse.core.runtime.Path
 
toFile(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns the URI as a local file, or null if the given URI does not represent a local file.
toFileURL(URL) - Method in class org.eclipse.core.internal.runtime.PlatformURLConverter
 
toFileURL(URL) - Static method in class org.eclipse.core.runtime.FileLocator
Converts a URL that uses a user-defined protocol into a URL that uses the file protocol.
toJarURI(URI, IPath) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a Java ARchive (JAR) URI for an entry in a jar or zip file.
toOSString() - Method in interface org.eclipse.core.runtime.IPath
Returns a string representation of this path which uses the platform-dependent path separator defined by java.io.File.
toOSString() - Method in class org.eclipse.core.runtime.Path
 
TOPIC_ALL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for all memory events.
TOPIC_BASE - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
The base topic that all memory events use.
TOPIC_CRITICAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for critical memory events.
TOPIC_NORMAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for normal memory events.
TOPIC_SERIOUS - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
A memory event topic for serious memory events.
toPortableString() - Method in interface org.eclipse.core.runtime.IPath
Returns a platform-neutral string representation of this path.
toPortableString() - Method in class org.eclipse.core.runtime.Path
 
toString() - Method in class org.eclipse.core.internal.runtime.ReferenceHashSet
 
toString() - Method in interface org.eclipse.core.runtime.IPath
Returns a string representation of this path, including its device id.
toString() - Method in class org.eclipse.core.runtime.MultiStatus
Returns a string representation of the status, suitable for debugging purposes only.
toString() - Method in class org.eclipse.core.runtime.Path
 
toString() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Returns the string representation of this version identifier.
toString() - Method in class org.eclipse.core.runtime.QualifiedName
Converts this qualified name into a string, suitable for debug purposes only.
toString() - Method in class org.eclipse.core.runtime.Status
Returns a string representation of the status, suitable for debugging purposes only.
toUnencodedString(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a string representation of the given URI that doesn't have illegal characters encoded.
toURI(URL) - Static method in class org.eclipse.core.runtime.URIUtil
Returns the URL as a URI.
toURL(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a URI as a URL.
TracingOptions - Class in org.eclipse.core.internal.runtime
 
TracingOptions() - Constructor for class org.eclipse.core.internal.runtime.TracingOptions
 

U

UNKNOWN - Static variable in interface org.eclipse.core.runtime.IProgressMonitor
Constant indicating an unknown amount of work.
unregister(String) - Static method in class org.eclipse.core.internal.boot.PlatformURLHandler
 
unregisterAdapters(IAdapterFactory) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
unregisterAdapters(IAdapterFactory, Class<?>) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
unregisterAdapters(IAdapterFactory) - Method in interface org.eclipse.core.runtime.IAdapterManager
Removes the given adapter factory completely from the list of registered factories.
unregisterAdapters(IAdapterFactory, Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Removes the given adapter factory from the list of factories registered as extending the given class.
unregisterAllAdapters() - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
unregisterLazyFactoryProvider(IAdapterManagerProvider) - Method in class org.eclipse.core.internal.runtime.AdapterManager
 
uptoSegment(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path truncated after the given number of segments.
uptoSegment(int) - Method in class org.eclipse.core.runtime.Path
 
URIUtil - Class in org.eclipse.core.runtime
A utility class for manipulating URIs.
url_badVariant - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_createConnection - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_invalidURL - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_noaccess - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_noOutput - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_resolveFragment - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 
url_resolvePlugin - Static variable in class org.eclipse.core.internal.runtime.CommonMessages
 

V

validateVersion(String) - Static method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Validates the given string as a plug-in version identifier.

W

WARNING - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 2) indicating this status represents a warning.
WEAK - Static variable in class org.eclipse.core.internal.runtime.ReferenceHashSet
Constant indicating that weak references should be used.
worked(int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
worked(int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
worked(int) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
worked(int) - Method in class org.eclipse.core.runtime.SubMonitor
 
worked(int) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links