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

A

add(Object) - 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.
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
 
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
 
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.

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
 

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.
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
 
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 interface org.eclipse.core.runtime.IAdapterManager
Returns the class search order for a given class.
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.
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

DEVICE_SEPARATOR - Static variable in interface org.eclipse.core.runtime.IPath
Device separator character constant ":" used in paths.
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() - Method in class org.eclipse.core.runtime.SubMonitor
 
done() - Method in class org.eclipse.core.runtime.SubProgressMonitor
 

E

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.
ERROR - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 4) indicating this status represents an error.

F

FileLocator - Class in org.eclipse.core.runtime
This class contains a collection of helper methods for finding files in bundles.
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, 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.
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.
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

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.
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.
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
 
getDescription() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns a text description of this bundle group.
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
 
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
 
getIdentifier() - Method in interface org.eclipse.core.runtime.IBundleGroup
Returns the identifier of this bundle group.
getListeners() - Method in class org.eclipse.core.runtime.ListenerList
Returns an array containing all the registered listeners.
getLocalName() - Method in class org.eclipse.core.runtime.QualifiedName
Returns the local part of this name.
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
 
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.
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
 
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.
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
 
getStatus() - Method in exception org.eclipse.core.runtime.CoreException
Returns the status object for this exception.
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 run method.
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
 
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.
IAdapterManager - Interface in org.eclipse.core.runtime
An adapter manager maintains a registry of adapter factories.
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.
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.
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
 
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.
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() - 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.
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.

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 - 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 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.
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.
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 sub progress monitor that will consume the given number of ticks from the receiver.
newChild(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.
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 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.
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.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

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.
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.
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
Style constant indicating that the main task label should be prepended to the subtask label.
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.
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.

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 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

registerAdapters(IAdapterFactory, Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
Registers the given adapter factory as extending objects of the given type.
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
 
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(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).
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() - 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.

S

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.runtime.ListenerList
Returns the number of registered listeners.
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.
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
For new implementations consider using SubMonitor.
SubProgressMonitor(IProgressMonitor, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
Creates a new sub-progress monitor for the given monitor.
SubProgressMonitor(IProgressMonitor, int, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
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
 
SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SUBTASK_LABEL - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
Style constant indicating that calls to subTask should not have any effect.

T

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) - 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 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.

U

UNKNOWN - Static variable in interface org.eclipse.core.runtime.IProgressMonitor
Constant indicating an unknown amount of work.
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.
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.

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.
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
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links